diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-01-15 15:32:11 +1000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-25 09:26:40 +1300 |
commit | c8076f317ee5044ed3cc21b097f8b1741af8e0f1 (patch) | |
tree | 5b08eaf97ed6915272d529a8231b7021765a8a4e /include/xkbsrv.h | |
parent | d627dd9d1ef436b01f0581e40a6736ffc6b5d2c8 (diff) |
xkb: remove XConvertCase.
Since it's typedef'd to XkbConvertCase anyway and the headers are now split
from the client headers, simply get rid of it altogether.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r-- | include/xkbsrv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h index b1df0d30c..af8df2fb8 100644 --- a/include/xkbsrv.h +++ b/include/xkbsrv.h @@ -310,7 +310,6 @@ extern _X_EXPORT int DeviceButtonPress,DeviceButtonRelease; #define _XkbIsPressEvent(t) (((t)==KeyPress)||((t)==DeviceKeyPress)) #define _XkbIsReleaseEvent(t) (((t)==KeyRelease)||((t)==DeviceKeyRelease)) -#define XConvertCase(s,l,u) XkbConvertCase(s,l,u) #undef IsKeypadKey #define IsKeypadKey(s) XkbKSIsKeypad(s) |