summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/xfree86/xwayland/xwayland-input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/xwayland/xwayland-input.c b/hw/xfree86/xwayland/xwayland-input.c
index b26e08c4d..6f90331b3 100644
--- a/hw/xfree86/xwayland/xwayland-input.c
+++ b/hw/xfree86/xwayland/xwayland-input.c
@@ -320,6 +320,7 @@ unwind:
return NULL;
}
+/* Use that code if the compositor want to delete an input device
static void
device_removed(DeviceIntPtr dev)
{
@@ -330,6 +331,7 @@ device_removed(DeviceIntPtr dev)
DeleteInputDeviceRequest(dev);
OsReleaseSignals();
}
+*/
static void
add_input_device(struct xwl_input_device *xwl_input_device)