aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm.h')
-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;
};