From 9d587d759f45fac9bad49b7d1de8a45c4d56d652 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 26 Oct 2017 18:58:44 +0200 Subject: Do not set hw cursor if disabled when switching VT --- include/backend/drm/drm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend/drm/drm.h') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 4d23f963..a6dd247c 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -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; }; -- cgit v1.2.3