aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-06-03 09:53:03 +0100
committeremersion <contact@emersion.fr>2018-06-08 00:06:34 +0100
commitcbfe0e834aa202a9c3cc713f958a043efcd15d6a (patch)
tree1c64f6cab8fa53f4ba21553fae716e626fde482a /include/wlr/render
parent32f9699359a4caeb833c4f38c61f065d06d551f6 (diff)
Request a high priority EGL context
Diffstat (limited to 'include/wlr/render')
-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 6d79cbd2..abf51997 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -21,6 +21,7 @@ struct wlr_egl {
bool dmabuf_import;
bool dmabuf_import_modifiers;
bool bind_wayland_display;
+ bool context_priority;
} egl_exts;
struct wl_display *wl_display;