GNOME Bugzilla – Bug 749742
Reuse Clutter.SwipeAction for the workspace switch gesture
Last modified: 2015-05-26 17:07:44 UTC
I'm attaching a patch that just does that, seems to result in simpler code, and we might get touchpad swipes for free when the time arrives :) NB: this currently depends on bug #749739 to be applied in Clutter, for correct behavior of multi-finger swipes
Created attachment 303835 [details] [review] windowManager: Redo WorkspaceSwitchAction to be a Clutter.SwipeAction Just reuse this gesture rather than implementing edge detection ourselves. As a plus, we might get touchpad swipe support when Clutter handles it.
Review of attachment 303835 [details] [review]: LG.
Attachment 303835 [details] pushed as 03dbb0f - windowManager: Redo WorkspaceSwitchAction to be a Clutter.SwipeAction