Skip to content
Snippets Groups Projects
Commit 7c95df77 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard
Browse files

ddraw: Declare some functions static.

parent 6bb00a3c
No related branches found
No related tags found
No related merge requests found
......@@ -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[] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment