From 13098a18eaa8e6edd56f7f8c508b030f91dae67e Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 9 May 2018 19:58:18 +0100 Subject: Fix hardware cursors scale & transform --- include/backend/wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index fec328ba..fda27da9 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -55,6 +55,7 @@ struct wlr_wl_output { struct wl_surface *surface; struct wl_egl_window *egl_window; int32_t hotspot_x, hotspot_y; + int32_t width, height; } cursor; }; -- cgit v1.2.3