diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:12 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:12 +0000 |
commit | 884711e0a1f677e6f3a69b0a16d5fac76f97babb (patch) | |
tree | ad3ab92630460a74344862adb98b5e2277711a4f /xkbprint.h | |
parent | 5c4a6e1092c1daa5423deae11396d6c454bbced0 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
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_ */ |