diff options
author | Simon Ser <contact@emersion.fr> | 2020-11-30 10:56:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-30 11:08:44 +0100 |
commit | 83a5d03bf361ab9ffa29fb2b809a8e81c4a75d0f (patch) | |
tree | e756aa778a2aac72ea1129fbdedaf2d127979f46 /include/wlr/render | |
parent | 1f15dd093d8986c783877bdfb25221f67979cad2 (diff) |
render/egl: remove wlr_egl.external_only_dmabuf_formats
Replace it with wlr_egl.dmabuf_render_formats.
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/egl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index e921201a..114dd9c7 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -79,7 +79,6 @@ struct wlr_egl { struct wlr_drm_format_set dmabuf_texture_formats; struct wlr_drm_format_set dmabuf_render_formats; - EGLBoolean **external_only_dmabuf_formats; }; // TODO: Allocate and return a wlr_egl |