diff options
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/wayland.h | 1 |
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; }; |