[Xorg-commit] xc/programs/Xserver/hw/xwin win.h,1.1.4.1.2.9,1.1.4.1.2.10

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Sun Jan 11 19:53:52 EET 2004


Committed by: ago

Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv28384

Modified Files:
      Tag: CYGWIN
	win.h 
Log Message:
- warning fixes


Index: win.h
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/win.h,v
retrieving revision 1.1.4.1.2.9
retrieving revision 1.1.4.1.2.10
diff -u -d -r1.1.4.1.2.9 -r1.1.4.1.2.10
--- win.h	11 Jan 2004 07:39:03 -0000	1.1.4.1.2.9
+++ win.h	11 Jan 2004 17:53:50 -0000	1.1.4.1.2.10
@@ -736,7 +736,7 @@
  */
 
 Bool
-winGenerateAuthorization ();
+winGenerateAuthorization (void);
 
 
 /*
@@ -763,7 +763,7 @@
  */
 
 Bool
-winInitClipboard ();
+winInitClipboard (void);
 
 
 /*
@@ -943,7 +943,7 @@
  */
 
 void
-winInitializeGlobals ();
+winInitializeGlobals (void);
 
 
 /*





More information about the xorg-commit mailing list