Request a high priority EGL context

This commit is contained in:
emersion 2018-06-03 09:53:03 +01:00
parent 32f9699359
commit cbfe0e834a
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 42 additions and 12 deletions

View file

@ -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;