Use gbm_bo_map for cursor

This commit is contained in:
Scott Anderson 2017-08-07 21:07:42 +12:00
parent dbe66d1963
commit d09ca20a4d
3 changed files with 40 additions and 6 deletions

View file

@ -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;
};