diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-27 15:49:44 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:51:38 -0400 |
commit | 13edb19a6ca89da3fcbafd3be01d89251658178d (patch) | |
tree | 499b4a7463c894af827c77e56efdbe81071a01e3 /include/wlr/render | |
parent | 776b81d499ae4430c0ebe5421b119c6b3355a1ce (diff) |
Fix issue starting up client EGL on X11 backend
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/egl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 9f4c0334..b5f2d67c 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -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; |