summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:48 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:48 +0000
commitdcc033b2de2a4d97150d823c8121601e9fb522bd (patch)
treea678577d3b2821a2f53805622c254a69757caa40
parentd279ac34dc84f12e7720449b31575e1646360106 (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
-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. */