summaryrefslogtreecommitdiff
path: root/keycodes.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:48 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:48 +0000
commitae4c01f83c60e931983c74d6285c6a22e3c33034 (patch)
tree8e4ea351343b9404a9724600e98d417794c14c4b /keycodes.h
parent262961d88faf67f69f4630acb8234a4f2c5a6e80 (diff)
downloadxorg-app-xkbcomp-ae4c01f83c60e931983c74d6285c6a22e3c33034.tar.gz
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'keycodes.h')
-rw-r--r--keycodes.h5
1 files changed, 1 insertions, 4 deletions
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 */