diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:14 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:14 +0000 |
commit | 53c425e61c058fa586040dda56728906025989e8 (patch) | |
tree | ad3ab92630460a74344862adb98b5e2277711a4f /xkbprint.h | |
parent | 1952210eda8c22ca34704894290e9a39ee96ecb4 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'xkbprint.h')
-rw-r--r-- | xkbprint.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -27,6 +27,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/programs/xkbprint/xkbprint.h,v 1.2 2003/11/17 22:20:53 dawes Exp $ */ #define LABEL_AUTO -1 #define LABEL_NONE 0 @@ -58,19 +59,15 @@ typedef struct _XKBPrintArgs { extern Bool DumpInternalFont( -#if NeedFunctionPrototypes FILE * /* out */, char * /* fontName */ -#endif ); extern Bool GeometryToPostScript( -#if NeedFunctionPrototypes FILE * /* out */, XkbFileInfo * /* result */, XKBPrintArgs * /* args */ -#endif ); #endif /* _XKBPRINT_H_ */ |