mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
wayland: Drop an unused field
Nobody is using the wl_input_device field.
This commit is contained in:
parent
6b26a4f9be
commit
ad8e5c3a39
@ -98,7 +98,6 @@ struct _GdkWaylandDisplay
|
||||
struct xdg_wm_base *xdg_wm_base;
|
||||
struct zxdg_shell_v6 *zxdg_shell_v6;
|
||||
struct gtk_shell1 *gtk_shell;
|
||||
struct wl_input_device *input_device;
|
||||
struct wl_data_device_manager *data_device_manager;
|
||||
struct wl_subcompositor *subcompositor;
|
||||
struct zwp_pointer_gestures_v1 *pointer_gestures;
|
||||
|
@ -623,7 +623,6 @@ add_wayland_protocols (GdkDisplay *display,
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->xdg_wm_base);
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->zxdg_shell_v6);
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->gtk_shell);
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->input_device);
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->data_device_manager);
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->subcompositor);
|
||||
append_wayland_protocol_row (gen, (struct wl_proxy *)d->pointer_gestures);
|
||||
|
Loading…
Reference in New Issue
Block a user