mutter/clutter/x11
Rui Matos 9268bb9144 x11: Fix touchpad detection
Commit 79849ef1d5fff9acd310cd68d59df0c7cf2cb28f had a typo in the
device property format check. This property is formated in 8-bit
items, not 32-bit.

This went unnoticed till now because some touchpads were still being
detected as such due to a second check below:

      else if (strstr (name, "touchpad") != NULL)
        source = CLUTTER_TOUCHPAD_DEVICE;

https://bugzilla.gnome.org/show_bug.cgi?id=749482
2015-05-18 11:43:58 +02:00
..
xsettings
clutter-backend-x11.c docs: Remove leftover DocBook tags 2015-03-12 20:22:57 +00:00
clutter-backend-x11.h
clutter-device-manager-core-x11.c
clutter-device-manager-core-x11.h
clutter-device-manager-xi2.c x11: Fix touchpad detection 2015-05-18 11:43:58 +02:00
clutter-device-manager-xi2.h device-manager-xi2: Fix core pointer retrieval race 2014-12-15 17:29:52 +00:00
clutter-event-x11.c Avoid needless event copies when queueing from a backend to a stage 2014-03-15 19:44:57 +00:00
clutter-glx-texture-pixmap.c
clutter-glx-texture-pixmap.h Annotate symbols in backend-specific headers 2014-03-17 19:26:49 +00:00
clutter-glx.h
clutter-input-device-core-x11.c
clutter-input-device-core-x11.h
clutter-input-device-xi2.c
clutter-input-device-xi2.h
clutter-keymap-x11.c x11: Add keymap direction query 2014-03-03 23:42:33 +00:00
clutter-keymap-x11.h x11: Add keymap direction query 2014-03-03 23:42:33 +00:00
clutter-settings-x11.h
clutter-stage-x11.c Remove unused internal 'in-resize' flag 2014-08-15 12:07:48 +01:00
clutter-stage-x11.h
clutter-x11-texture-pixmap.c
clutter-x11-texture-pixmap.h Annotate symbols in backend-specific headers 2014-03-17 19:26:49 +00:00
clutter-x11.h Allow setting up quad-buffer stereo output 2015-02-23 16:39:21 -05:00