diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-08-07 21:07:42 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-07 21:07:42 +1200 |
commit | d09ca20a4dccd7696423fc9f17acc88b7b3a7986 (patch) | |
tree | d7ad82aa3e5b3dbdfa494a7b7751b4dbd7c7ad9c /include | |
parent | dbe66d19639c637641482d7f37ae11f986a5feb7 (diff) |
Use gbm_bo_map for cursor
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/drm.h | 1 |
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; }; |