mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Merge branch 'master' into wlr-buffer
This commit is contained in:
commit
9ea5b1a85e
3 changed files with 97 additions and 57 deletions
|
|
@ -16,12 +16,13 @@ struct wlr_egl {
|
|||
const char *exts_str;
|
||||
|
||||
struct {
|
||||
bool buffer_age;
|
||||
bool swap_buffers_with_damage;
|
||||
bool dmabuf_import;
|
||||
bool dmabuf_import_modifiers;
|
||||
bool bind_wayland_display;
|
||||
} egl_exts;
|
||||
bool buffer_age;
|
||||
bool dmabuf_import_modifiers;
|
||||
bool dmabuf_import;
|
||||
bool image_base;
|
||||
bool swap_buffers_with_damage;
|
||||
} exts;
|
||||
|
||||
struct wl_display *wl_display;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue