diff --git a/gdk/wayland/gdkseat-wayland.c b/gdk/wayland/gdkseat-wayland.c index 4854b6a3e1..968a385540 100644 --- a/gdk/wayland/gdkseat-wayland.c +++ b/gdk/wayland/gdkseat-wayland.c @@ -3866,9 +3866,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