mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
ddraw: Declare some functions static.
This commit is contained in:
parent
6bb00a3c0e
commit
7c95df77ae
@ -624,7 +624,7 @@ DDRAW_dump_PTR(const void *in)
|
||||
{
|
||||
DPRINTF("%p", *((const void * const*) in));
|
||||
}
|
||||
void
|
||||
static void
|
||||
DDRAW_dump_DDCOLORKEY(const DDCOLORKEY *ddck)
|
||||
{
|
||||
DPRINTF(" Low : %d - High : %d", ddck->dwColorSpaceLowValue, ddck->dwColorSpaceHighValue);
|
||||
@ -719,7 +719,7 @@ DDRAW_dump_flags_(DWORD flags,
|
||||
DPRINTF("\n");
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
DDRAW_dump_pixelformat_flag(DWORD flagmask)
|
||||
{
|
||||
static const flag_info flags[] =
|
||||
|
Loading…
Reference in New Issue
Block a user