diff options
author | emersion <contact@emersion.fr> | 2017-10-29 17:43:26 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-31 12:30:56 +0100 |
commit | 95566c6bdfb7048b2460b701747f4c9d3fcd4ebd (patch) | |
tree | 82baf8d4635939f4172a0bc129be1d1cf6dcdb90 /include/wlr | |
parent | 6656e25fd4c5575400a2a3bc4d94a8f834630c5e (diff) |
Transform cursor hotspot, fix wayland cursor hotspot
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
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; |