aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-09 19:58:18 +0100
committeremersion <contact@emersion.fr>2018-05-09 19:58:18 +0100
commit13098a18eaa8e6edd56f7f8c508b030f91dae67e (patch)
treeaf0181660de5e76f8620ee0e786c12e50901c1ca /include/backend/wayland.h
parent8e831cd416e2eb0c47bbd097422822a0c8888459 (diff)
Fix hardware cursors scale & transform
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r--include/backend/wayland.h1
1 files changed, 1 insertions, 0 deletions
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;
};