diff options
Diffstat (limited to 'plugins/common/msd-input-helper.c')
-rw-r--r-- | plugins/common/msd-input-helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common/msd-input-helper.c b/plugins/common/msd-input-helper.c index d5dd0c9..35cc060 100644 --- a/plugins/common/msd-input-helper.c +++ b/plugins/common/msd-input-helper.c @@ -50,10 +50,10 @@ device_is_touchpad (XDeviceInfo *deviceinfo) unsigned long nitems, bytes_after; unsigned char *data; - if (deviceinfo->type != XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), XI_TOUCHPAD, False)) + if (deviceinfo->type != XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), XI_TOUCHPAD, True)) return NULL; - prop = XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), "Synaptics Off", False); + prop = XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), "Synaptics Off", True); if (!prop) return NULL; |