mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix cursor hotspot with rotated outputs on DRM backend
This commit is contained in:
parent
4230a577cc
commit
c3b09f73da
4 changed files with 44 additions and 55 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue