render: on Wayland, make eglSwapBuffers non-blocking

This commit is contained in:
emersion 2018-10-28 09:49:30 +01:00
parent f34b7f8800
commit b42fc4f2b1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,7 @@
#include <wlr/render/dmabuf.h>
struct wlr_egl {
EGLenum platform;
EGLDisplay display;
EGLConfig config;
EGLContext context;