mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/drm: support updating cursor when session is paused
This commit is contained in:
parent
5aa642485d
commit
bb4aeb3b2f
3 changed files with 18 additions and 9 deletions
|
|
@ -123,8 +123,8 @@ struct wlr_drm_connector {
|
|||
|
||||
union wlr_drm_connector_props props;
|
||||
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
uint32_t width, height;
|
||||
int32_t cursor_x, cursor_y;
|
||||
|
||||
drmModeCrtc *old_crtc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue