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/xkbPrKeyEv.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/xkbPrKeyEv.c')
-rw-r--r-- | xkb/xkbPrKeyEv.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/xkb/xkbPrKeyEv.c b/xkb/xkbPrKeyEv.c index 84af5f2f8..3a9fc11f8 100644 --- a/xkb/xkbPrKeyEv.c +++ b/xkb/xkbPrKeyEv.c @@ -24,7 +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/xkbPrKeyEv.c,v 3.8 2001/01/17 22:37:15 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/xkb/xkbPrKeyEv.c,v 3.9 2003/11/17 22:20:46 dawes Exp $ */ #include <stdio.h> #include <math.h> @@ -41,14 +41,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. /***====================================================================***/ void -#if NeedFunctionPrototypes XkbProcessKeyboardEvent(xEvent *xE,DeviceIntPtr keybd,int count) -#else -XkbProcessKeyboardEvent(xE,keybd,count) - xEvent * xE; - DeviceIntPtr keybd; - int count; -#endif { KeyClassPtr keyc = keybd->key; XkbSrvInfoPtr xkbi; @@ -167,14 +160,7 @@ unsigned ndx; } void -#if NeedFunctionPrototypes ProcessKeyboardEvent(xEvent *xE,DeviceIntPtr keybd,int count) -#else -ProcessKeyboardEvent(xE,keybd,count) - xEvent * xE; - DeviceIntPtr keybd; - int count; -#endif { KeyClassPtr keyc = keybd->key; XkbSrvInfoPtr xkbi; |