summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:01 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:01 +0000
commit4ccaf67b4e81207fd9e2f314dff7191f3e1e128b (patch)
treea678577d3b2821a2f53805622c254a69757caa40
parent18a74c227f404c9c8e1fa3addd493f61d5638190 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-rw-r--r--src/xf86Palmax.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xf86Palmax.c b/src/xf86Palmax.c
index b7728d4..93db45b 100644
--- a/src/xf86Palmax.c
+++ b/src/xf86Palmax.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/palmax/xf86Palmax.c,v 1.1 2002/11/22 03:40:22 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/palmax/xf86Palmax.c,v 1.2 2003/06/23 17:35:49 eich Exp $ */
#include "misc.h"
#include "xf86.h"
@@ -39,6 +39,7 @@
#define PMX_BUFFER_SIZE 256 /* Size of input buffer. */
#define PMX_PACKET_SIZE 5 /* Maximum size of a command/reply *including* */
+#ifdef XFree86LOADER
static const char *reqSymbols[] = {
"AddEnabledDevice",
"ErrorF",
@@ -81,6 +82,7 @@ static const char *reqSymbols[] = {
"xf86XInputSetSendCoreEvents",
NULL
};
+#endif
/* the leading and trailing bytes. */