[gnome-settings-daemon/gnome-3-12] wacom: Make cursor devices managed by GsdDeviceMapper



commit e38dc9f96ac1f370a7bda551ab2a40956c2ca925
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jun 24 16:27:03 2014 +0200

    wacom: Make cursor devices managed by GsdDeviceMapper
    
    This allows for proper mapping and left/right handed modes on those too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732111

 plugins/wacom/gsd-wacom-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-manager.c b/plugins/wacom/gsd-wacom-manager.c
index 1670ae5..9966412 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -1068,6 +1068,7 @@ device_added_cb (GdkDeviceManager *device_manager,
 
        /* Map devices, the xrandr module handles touchscreens in general, so bypass these here */
        if (type == WACOM_TYPE_PAD ||
+           type == WACOM_TYPE_CURSOR ||
            type == WACOM_TYPE_STYLUS ||
            type == WACOM_TYPE_ERASER ||
            (type == WACOM_TYPE_TOUCH && !gsd_wacom_device_is_screen_tablet (device))) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]