diff options
author | emersion <contact@emersion.fr> | 2018-06-09 17:54:47 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-06-09 17:54:47 +0100 |
commit | 9ea5b1a85ee5ce75f56d651189c5396a52b52df0 (patch) | |
tree | 2e431038c4763c955ce3b2c802ae7f5deb9d840a /include/wlr | |
parent | 7d24af43e5f2fc04b41c5697101a44d67a384a12 (diff) | |
parent | 9179b438a596943f78dd2f7c27086c3116b26b01 (diff) |
Merge branch 'master' into wlr-buffer
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/egl.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 6d79cbd2..55086755 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -16,12 +16,13 @@ struct wlr_egl { const char *exts_str; struct { + bool bind_wayland_display; bool buffer_age; - bool swap_buffers_with_damage; - bool dmabuf_import; bool dmabuf_import_modifiers; - bool bind_wayland_display; - } egl_exts; + bool dmabuf_import; + bool image_base; + bool swap_buffers_with_damage; + } exts; struct wl_display *wl_display; }; |