From 287ac4c6af61d8f9f95cd3b3219c979e1329a2fe Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Fri, 14 Nov 2003 16:49:22 +0000 Subject: XFree86 4.3.0.1 --- keycodes.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'keycodes.h') diff --git a/keycodes.h b/keycodes.h index 3e93054..3558073 100644 --- a/keycodes.h +++ b/keycodes.h @@ -24,6 +24,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/programs/xkbcomp/keycodes.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */ #ifndef KEYCODES_H #define KEYCODES_H 1 @@ -31,17 +32,13 @@ #define KeyNameToLong(n) ((((unsigned long)n[0])<<24)|(((unsigned long)n[1])<<16)|(((unsigned long)n[2])<<8)|n[3]) extern char * longText( -#if NeedFunctionPrototypes unsigned long /* val */, unsigned /* format */ -#endif ); extern void LongToKeyName( -#if NeedFunctionPrototypes unsigned long /* val */, char * /* name_rtrn */ -#endif ); #endif /* KEYCODES_H */ -- cgit v1.2.3