mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 02:21:14 +00:00
wayland: Implement the wl_pointer_gesture_swipe interface
The swipe gesture resources are part of the MetaWaylandPointerClient, which will be used during the emission of CLUTTER_TOUCHPAD_SWIPE events.
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "meta-wayland-types.h"
|
||||
#include "meta-wayland-pointer-gesture-swipe.h"
|
||||
|
||||
#include <meta/meta-cursor-tracker.h>
|
||||
|
||||
@ -47,6 +48,7 @@ struct _MetaWaylandPointerGrab
|
||||
struct _MetaWaylandPointerClient
|
||||
{
|
||||
struct wl_list pointer_resources;
|
||||
struct wl_list swipe_gesture_resources;
|
||||
};
|
||||
|
||||
struct _MetaWaylandPointer
|
||||
|
Reference in New Issue
Block a user