diff options
author | emersion <contact@emersion.fr> | 2018-06-08 00:17:45 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-06-08 00:17:45 +0100 |
commit | 457bfcab1978f6b2bff42982b8fcbf220246ee54 (patch) | |
tree | dbd2d2565bf4bff9357bdfc0467259ff5c23ece9 /include/wlr | |
parent | d425edc96c28a0b251bbe26200fa7dfbc40b241c (diff) |
render/egl: only request high priority context on DRM
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/egl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 26e367a1..55086755 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -18,12 +18,11 @@ struct wlr_egl { struct { bool bind_wayland_display; bool buffer_age; - bool context_priority; bool dmabuf_import_modifiers; bool dmabuf_import; bool image_base; bool swap_buffers_with_damage; - } egl_exts; + } exts; struct wl_display *wl_display; }; |