mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Rename egl.exts to match the extension names
This commit is contained in:
parent
5ec6d8230d
commit
f1a62a3200
3 changed files with 27 additions and 27 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue