diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /dix/swaprep.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'dix/swaprep.c')
-rw-r--r-- | dix/swaprep.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dix/swaprep.c b/dix/swaprep.c index e16f7c53f..494471730 100644 --- a/dix/swaprep.c +++ b/dix/swaprep.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/dix/swaprep.c,v 3.7 2001/12/14 19:59:33 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/dix/swaprep.c,v 3.8 2003/11/17 22:20:35 dawes Exp $ */ /************************************************************ Copyright 1987, 1998 The Open Group @@ -60,23 +60,17 @@ SOFTWARE. #include "globals.h" static void SwapFontInfo( -#if NeedFunctionPrototypes xQueryFontReply * /* pr */ -#endif ); #ifndef LBX static void SwapCharInfo( -#if NeedFunctionPrototypes xCharInfo * /* pInfo */ -#endif ); static void SwapFont( -#if NeedFunctionPrototypes xQueryFontReply * /* pr */, Bool /* hasGlyphs */ -#endif ); #endif |