backend: set EGL_RENDERABLE_TYPE and EGL_SURFACE_TYPE

Ensure these are set to the correct value.
This commit is contained in:
Simon Ser 2020-04-06 11:16:27 +02:00 committed by Scott Anderson
parent 6787ff521b
commit 9acca4fc73
4 changed files with 5 additions and 0 deletions

View file

@ -280,6 +280,7 @@ struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
static EGLint config_attribs[] = {
EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,