wayland: Use pointer gestures protocol from wayland-protocols
Instead of having our own copy of the pointer gestures XML file, use the one installed by wayland-protocols. Since pointer gestures is an unstable protocol, it went through the unstable protocol naming convention changes, which is reflected in this commit. https://bugzilla.gnome.org/show_bug.cgi?id=758634
This commit is contained in:
		| @ -45,7 +45,7 @@ G_BEGIN_DECLS | ||||
| #define GDK_WAYLAND_MAX_THEME_SCALE 2 | ||||
| #define GDK_WAYLAND_THEME_SCALES_COUNT GDK_WAYLAND_MAX_THEME_SCALE | ||||
|  | ||||
| #define GDK__WL_POINTER_GESTURES_VERSION 1 | ||||
| #define GDK_ZWP_POINTER_GESTURES_V1_VERSION 1 | ||||
|  | ||||
| typedef struct _GdkWaylandSelection GdkWaylandSelection; | ||||
|  | ||||
| @ -73,7 +73,7 @@ struct _GdkWaylandDisplay | ||||
|   struct wl_input_device *input_device; | ||||
|   struct wl_data_device_manager *data_device_manager; | ||||
|   struct wl_subcompositor *subcompositor; | ||||
|   struct _wl_pointer_gestures *pointer_gestures; | ||||
|   struct zwp_pointer_gestures_v1 *pointer_gestures; | ||||
|  | ||||
|   GList *async_roundtrips; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jonas Ådahl
					Jonas Ådahl