Commit 7c95df77 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ddraw: Declare some functions static.

parent 6bb00a3c
......@@ -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[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment