ddraw: Declare some functions static.

This commit is contained in:
Andrew Talbot 2007-01-03 19:11:49 +00:00 committed by Alexandre Julliard
parent 6bb00a3c0e
commit 7c95df77ae

View File

@ -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[] =