mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 07:48:27 +02:00
xkb: remove unused _XkbIsPressEvent and _XkbIsReleaseEvent defines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
c8bba14a39
commit
64b1372c15
1 changed files with 0 additions and 3 deletions
|
|
@ -307,9 +307,6 @@ extern _X_EXPORT CARD32 xkbDebugFlags;
|
|||
extern _X_EXPORT int DeviceKeyPress,DeviceKeyRelease,DeviceMotionNotify;
|
||||
extern _X_EXPORT int DeviceButtonPress,DeviceButtonRelease;
|
||||
|
||||
#define _XkbIsPressEvent(t) (((t)==KeyPress)||((t)==DeviceKeyPress))
|
||||
#define _XkbIsReleaseEvent(t) (((t)==KeyRelease)||((t)==DeviceKeyRelease))
|
||||
|
||||
#define Status int
|
||||
|
||||
#ifndef True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue