diff options
author | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-06-09 18:56:04 +0200 |
---|---|---|
committer | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-06-09 19:11:51 +0200 |
commit | f1a62a3200ef78e2d70035862c9b5a86bae27e21 (patch) | |
tree | 090ee2c01093858d485fdfcdeb8a60736894dec1 /include/wlr/render/egl.h | |
parent | 5ec6d8230d4df137dff722bf4d72f73b0be4c8e6 (diff) |
Rename egl.exts to match the extension names
Diffstat (limited to 'include/wlr/render/egl.h')
-rw-r--r-- | include/wlr/render/egl.h | 12 |
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; |