From d09ca20a4dccd7696423fc9f17acc88b7b3a7986 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 7 Aug 2017 21:07:42 +1200 Subject: Use gbm_bo_map for cursor --- include/backend/drm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; }; -- cgit v1.2.3