aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/render/egl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h
index 26e367a1..55086755 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -18,12 +18,11 @@ struct wlr_egl {
struct {
bool bind_wayland_display;
bool buffer_age;
- bool context_priority;
bool dmabuf_import_modifiers;
bool dmabuf_import;
bool image_base;
bool swap_buffers_with_damage;
- } egl_exts;
+ } exts;
struct wl_display *wl_display;
};