Fix issue starting up client EGL on X11 backend

This commit is contained in:
Drew DeVault 2018-03-27 15:49:44 -04:00
parent 776b81d499
commit 13edb19a6c
3 changed files with 5 additions and 3 deletions

View file

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