diff options
author | Keith Packard <keithp@keithp.com> | 2010-05-26 07:54:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-05-26 07:54:35 -0700 |
commit | 4e9d3e413245e7c01c2ff3c0f130b8967754131b (patch) | |
tree | 401fc96d44a7ff27923207ee59a90b36df55959f /include | |
parent | 531ff40301975519af7b20109c17d296312d3f2b (diff) |
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Peter wants to get a larger patch sequence put together and I didn't
read past the commit message to see the 'don't take this patch
please'.
This reverts commit 531ff40301975519af7b20109c17d296312d3f2b.
Diffstat (limited to 'include')
-rw-r--r-- | include/input.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/input.h b/include/input.h index 5426c44a0..c68a28441 100644 --- a/include/input.h +++ b/include/input.h @@ -62,9 +62,6 @@ SOFTWARE. #define DEVICE_OFF 2 #define DEVICE_CLOSE 3 -/* DeleteInputDeviceRequest flags */ -#define DEVICE_REMOVE_ALL (1 << 0) /* all devices will be removed */ - #define POINTER_RELATIVE (1 << 1) #define POINTER_ABSOLUTE (1 << 2) #define POINTER_ACCELERATE (1 << 3) @@ -539,8 +536,7 @@ extern _X_EXPORT int NewInputDeviceRequest( InputAttributes *attrs, DeviceIntPtr *dev); extern _X_EXPORT void DeleteInputDeviceRequest( - DeviceIntPtr dev, - int flags); + DeviceIntPtr dev); extern _X_EXPORT void DDXRingBell( int volume, |