diff options
author | emersion <contact@emersion.fr> | 2017-10-29 18:45:53 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-31 12:30:57 +0100 |
commit | c3b09f73da0d1fc4815f4b085ca07e30d175f549 (patch) | |
tree | 99536edd699875c9fee792951b00ffecaf13ddb0 /include | |
parent | 4230a577cc878607c2db1e6e5e7051b9e7653584 (diff) |
Fix cursor hotspot with rotated outputs on DRM backend
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/drm/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index a6dd247c..e08965e5 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -34,6 +34,7 @@ struct wlr_drm_plane { struct wlr_texture *wlr_tex; struct gbm_bo *cursor_bo; bool cursor_enabled; + int32_t cursor_hotspot_x, cursor_hotspot_y; union wlr_drm_plane_props props; }; |