mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Do not set hw cursor if disabled when switching VT
This commit is contained in:
parent
b3eec47d57
commit
9d587d759f
3 changed files with 4 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ struct wlr_drm_plane {
|
|||
float matrix[16];
|
||||
struct wlr_texture *wlr_tex;
|
||||
struct gbm_bo *cursor_bo;
|
||||
bool cursor_enabled;
|
||||
|
||||
union wlr_drm_plane_props props;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue