aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render/egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/render/egl.h')
-rw-r--r--include/wlr/render/egl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h
index 91f8f4c0..0f591d60 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -16,12 +16,12 @@ struct wlr_egl {
const char *exts_str;
struct {
- bool bind_wayland_display;
- bool buffer_age;
- bool dmabuf_import_modifiers;
- bool dmabuf_import;
- bool image_base;
- bool swap_buffers_with_damage;
+ bool bind_wayland_display_wl;
+ bool buffer_age_ext;
+ bool image_dmabuf_import_modifiers_ext;
+ bool image_dmabuf_import_ext;
+ bool image_base_khr;
+ bool swap_buffers_with_damage_ext;
bool swap_buffers_with_damage_khr;
} exts;