Andrew Talbot : ddraw: Declare some functions static.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 4 04:45:05 CST 2007


Module: wine
Branch: master
Commit: 7c95df77ae13eaf0b7700a497bc6262388cb1d3d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c95df77ae13eaf0b7700a497bc6262388cb1d3d

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Wed Jan  3 19:11:49 2007 +0000

ddraw: Declare some functions static.

---

 dlls/ddraw/utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ddraw/utils.c b/dlls/ddraw/utils.c
index 32005f5..bf31780 100644
--- a/dlls/ddraw/utils.c
+++ b/dlls/ddraw/utils.c
@@ -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[] =




More information about the wine-cvs mailing list