aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-26 13:10:18 -0400
committerGitHub <noreply@github.com>2017-10-26 13:10:18 -0400
commit92b41bb51ff1de631767f414a6595585ae1138a9 (patch)
treecdc6484ce5dbfbc530afc454f315efb919bc5e69 /include
parentb3eec47d57514390de6c934090cebb1c44068594 (diff)
parent9d587d759f45fac9bad49b7d1de8a45c4d56d652 (diff)
Merge pull request #340 from emersion/switch-vt-no-hw-cursor
Do not set hw cursor if disabled when switching VT
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/drm.h1
1 files changed, 1 insertions, 0 deletions
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;
};