[xserver-commit] xserver/hw/kdrive/src kinput.c,1.38,1.39
Warren Turkal
xserver-commit@pdx.freedesktop.org
Committed by: wt
Update of /cvs/xserver/xserver/hw/kdrive/src
In directory pdx:/tmp/cvs-serv4307/hw/kdrive/src
Modified Files:
kinput.c
Log Message:
Moving toward a working input extension.
Index: kinput.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/src/kinput.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- kinput.c 5 Feb 2004 09:09:51 -0000 1.38
+++ kinput.c 15 Feb 2004 15:04:57 -0000 1.39
@@ -596,7 +596,9 @@
{
static long zero1, zero2;
- SetExtInputCheck (&zero1, &zero2);
+ //SetExtInputCheck (&zero1, &zero2);
+ ErrorF("Extended Input Devices not yet supported. Impelement it at line %d in %s",
+ __LINE__, __FILE__);
}
#endif
}