diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/egl.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 6d79cbd2..55086755 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -16,12 +16,13 @@ struct wlr_egl { const char *exts_str; struct { + bool bind_wayland_display; bool buffer_age; - bool swap_buffers_with_damage; - bool dmabuf_import; bool dmabuf_import_modifiers; - bool bind_wayland_display; - } egl_exts; + bool dmabuf_import; + bool image_base; + bool swap_buffers_with_damage; + } exts; struct wl_display *wl_display; }; |