Do not set hw cursor if disabled when switching VT

This commit is contained in:
emersion 2017-10-26 18:58:44 +02:00
parent b3eec47d57
commit 9d587d759f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 4 additions and 1 deletions

View file

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