[xserver-commit] xserver/include swapreq.h,1.4,1.5
Warren Turkal
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xserver/GL/glx glxext.h,1.4,1.5
- Next message: [xserver-commit] xserver/dix cursor.c,3.12,3.13 devices.c,3.22,3.23 dispatch.c,3.34,3.35 dixfonts.c,3.31,3.32 dixutils.c,3.18,3.19 gc.c,3.11,3.12 grabs.c,3.6,3.7 main.c,3.44,3.45 resource.c,3.15,3.16 swaprep.c,3.9,3.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: wt
Update of /cvs/xserver/xserver/include
In directory pdx:/tmp/cvs-serv15213/include
Modified Files:
swapreq.h
Log Message:
* completely get rid of NeedNestedPrototypes
* completely get rid of NeedVarargsPrototypes
* remove a lot of NeedFunctionPrototypes
* ansify many function declarations
Index: swapreq.h
===================================================================
RCS file: /cvs/xserver/xserver/include/swapreq.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/swapreq.h 11 Sep 2003 05:12:51 -0000 1.4
+++ b/swapreq.h 18 Feb 2004 03:23:36 -0000 1.5
@@ -46,11 +46,7 @@
#undef SWAPREQ_PROC
-#if NeedFunctionPrototypes
#define SWAPREQ_PROC(func) int func(ClientPtr /* client */)
-#else
-#define SWAPREQ_PROC(func) int func(/* ClientPtr client */)
-#endif
SWAPREQ_PROC(SProcAllocColor);
SWAPREQ_PROC(SProcAllocColorCells);
- Previous message: [xserver-commit] xserver/GL/glx glxext.h,1.4,1.5
- Next message: [xserver-commit] xserver/dix cursor.c,3.12,3.13 devices.c,3.22,3.23 dispatch.c,3.34,3.35 dixfonts.c,3.31,3.32 dixutils.c,3.18,3.19 gc.c,3.11,3.12 grabs.c,3.6,3.7 main.c,3.44,3.45 resource.c,3.15,3.16 swaprep.c,3.9,3.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]