diff options
author | Scott Anderson <ascent12@hotmail.com> | 2019-02-04 21:34:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 21:34:40 +0000 |
commit | b2f56ad4a84229239f55a6e0235fa7b76a9b2feb (patch) | |
tree | 25728ccaf55eb0743a3cf41829e2583bc195f53f /include/backend | |
parent | 721a810f72aed867176f3721a4462fc24c790954 (diff) | |
parent | 7bc43413edc2db04bbfba395f9606957ff2fa21c (diff) |
Merge pull request #1526 from VincentVanlaer/cursor-dmabuf
Allow cursor render surface to be used as fb
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/drm/drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 37d9828f..c94d4f7d 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -30,7 +30,6 @@ struct wlr_drm_plane { // Only used by cursor float matrix[9]; - struct gbm_bo *cursor_bo; bool cursor_enabled; int32_t cursor_hotspot_x, cursor_hotspot_y; |