mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix issue starting up client EGL on X11 backend
This commit is contained in:
parent
776b81d499
commit
13edb19a6c
3 changed files with 5 additions and 3 deletions
|
|
@ -20,6 +20,7 @@ struct wlr_egl {
|
|||
bool swap_buffers_with_damage;
|
||||
bool dmabuf_import;
|
||||
bool dmabuf_import_modifiers;
|
||||
bool bind_wayland_display;
|
||||
} egl_exts;
|
||||
|
||||
struct wl_display *wl_display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue