summaryrefslogtreecommitdiff
path: root/config/dbus.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-05-26 07:54:35 -0700
committerKeith Packard <keithp@keithp.com>2010-05-26 07:54:35 -0700
commit4e9d3e413245e7c01c2ff3c0f130b8967754131b (patch)
tree401fc96d44a7ff27923207ee59a90b36df55959f /config/dbus.c
parent531ff40301975519af7b20109c17d296312d3f2b (diff)
downloadxserver-4e9d3e413245e7c01c2ff3c0f130b8967754131b.tar.gz
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 'config/dbus.c')
-rw-r--r--config/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dbus.c b/config/dbus.c
index 511908ac1..72a0a05dd 100644
--- a/config/dbus.c
+++ b/config/dbus.c
@@ -226,7 +226,7 @@ remove_device(DBusMessage *message, DBusMessage *reply, DBusError *error)
* already been removed. */
OsBlockSignals();
ProcessInputEvents();
- DeleteInputDeviceRequest(dev, 0);
+ DeleteInputDeviceRequest(dev);
OsReleaseSignals();
ret = Success;