Transform cursor hotspot, fix wayland cursor hotspot

This commit is contained in:
emersion 2017-10-29 17:43:26 +01:00
parent 6656e25fd4
commit 95566c6bdf
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 150 additions and 110 deletions

View file

@ -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;