aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-29 17:43:26 +0100
committeremersion <contact@emersion.fr>2017-10-31 12:30:56 +0100
commit95566c6bdfb7048b2460b701747f4c9d3fcd4ebd (patch)
tree82baf8d4635939f4172a0bc129be1d1cf6dcdb90 /include/wlr
parent6656e25fd4c5575400a2a3bc4d94a8f834630c5e (diff)
Transform cursor hotspot, fix wayland cursor hotspot
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h
index b6ea3a47..f9bce91f 100644
--- a/include/wlr/types/wlr_output.h
+++ b/include/wlr/types/wlr_output.h
@@ -15,6 +15,7 @@ struct wlr_output_mode {
struct wlr_output_cursor {
struct wlr_output *output;
int32_t x, y;
+ uint32_t width, height;
int32_t hotspot_x, hotspot_y;
struct wl_list link;