aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render/egl.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-27 23:37:37 -0400
committerGitHub <noreply@github.com>2018-03-27 23:37:37 -0400
commit48e8202883594091d2ec2b5d0d8a55ddf2f0aea6 (patch)
treedb15d3d40ac5d0ec3117920f9b4917a0d0519175 /include/wlr/render/egl.h
parent575bc81d54f98841c28718b1667d27acc136a48a (diff)
parent7d89e7e58dc6d3a2d40baf91ae3f5aaa87d58a8b (diff)
Merge pull request #731 from swaywm/layer-surfaces
Implement wlr-layer-shell protocol & rendering
Diffstat (limited to 'include/wlr/render/egl.h')
-rw-r--r--include/wlr/render/egl.h1
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;