diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /xkb/ddxKeyClick.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'xkb/ddxKeyClick.c')
-rw-r--r-- | xkb/ddxKeyClick.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xkb/ddxKeyClick.c b/xkb/ddxKeyClick.c index af1185f72..afd028fcd 100644 --- a/xkb/ddxKeyClick.c +++ b/xkb/ddxKeyClick.c @@ -24,6 +24,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/programs/Xserver/xkb/ddxKeyClick.c,v 1.2 2003/11/17 22:20:45 dawes Exp $ */ #include <stdio.h> #define NEED_EVENTS 1 @@ -37,14 +38,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "XI.h" void -#if NeedFunctionPrototypes XkbDDXKeyClick(DeviceIntPtr pXDev,int keycode,int synthetic) -#else -XkbDDXKeyClick(pXDev,keycode,synthetic) - DeviceIntPtr pXDev; - int keycode; - int synthetic; -#endif { #ifdef DEBUG if (xkbDebugFlags) |