mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
Use gbm_bo_map for cursor
This commit is contained in:
parent
dbe66d1963
commit
d09ca20a4d
3 changed files with 40 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue