Rename egl.exts to match the extension names

This commit is contained in:
Vincent Vanlaer 2018-06-09 18:56:04 +02:00
parent 5ec6d8230d
commit f1a62a3200
3 changed files with 27 additions and 27 deletions

View file

@ -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;