Skip to content
Commit d07807ca authored by Owen W. Taylor's avatar Owen W. Taylor
Browse files

gnome-settings-daemon: fix applying settings to newly added touchpads

In GTK+-3.4, touchpads no longer are classified as GDK_SOURCE_MOUSE,
they are GDK_SOURCE_TOUCHPAD, so we need to add a check for that
in the handling for newly added devices, or touchpads won't get
configured properly when returning from suspend.

Required GTK+ version is bumped to 3.3.18 for the GDK_SOURCE_TOUCHPAD
enum value.

https://bugzilla.gnome.org/show_bug.cgi?id=673595
parent b778aad9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment