aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-08-07 21:07:42 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-07 21:07:42 +1200
commitd09ca20a4dccd7696423fc9f17acc88b7b3a7986 (patch)
treed7ad82aa3e5b3dbdfa494a7b7751b4dbd7c7ad9c /include/backend
parentdbe66d19639c637641482d7f37ae11f986a5feb7 (diff)
Use gbm_bo_map for cursor
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm.h b/include/backend/drm.h
index 9bdd79fd..0d1bc80d 100644
--- a/include/backend/drm.h
+++ b/include/backend/drm.h
@@ -36,6 +36,7 @@ struct wlr_drm_plane {
float matrix[16];
struct wlr_renderer *wlr_rend;
struct wlr_surface *wlr_surf;
+ struct gbm_bo *cursor_bo;
union wlr_drm_plane_props props;
};