diff --git a/gdk/wayland/gdkseat-wayland.c b/gdk/wayland/gdkseat-wayland.c index e6bb9441af..11610a7715 100644 --- a/gdk/wayland/gdkseat-wayland.c +++ b/gdk/wayland/gdkseat-wayland.c @@ -3867,9 +3867,25 @@ pointer_surface_leave (void *data, pointer_surface_update_scale (device); } +static void +pointer_surface_preferred_buffer_scale (void *data, + struct wl_surface *wl_surface, + int32_t factor) +{ +} + +static void +pointer_surface_preferred_buffer_transform (void *data, + struct wl_surface *wl_surface, + uint32_t transform) +{ +} + static const struct wl_surface_listener pointer_surface_listener = { pointer_surface_enter, - pointer_surface_leave + pointer_surface_leave, + pointer_surface_preferred_buffer_scale, + pointer_surface_preferred_buffer_transform, }; static void