summaryrefslogtreecommitdiff
path: root/progs/egl/xegl_tri.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/egl/xegl_tri.c')
-rw-r--r--progs/egl/xegl_tri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/egl/xegl_tri.c b/progs/egl/xegl_tri.c
index 65f352ddfa..8c4d7f973c 100644
--- a/progs/egl/xegl_tri.c
+++ b/progs/egl/xegl_tri.c
@@ -120,6 +120,7 @@ make_x_window(Display *x_dpy, EGLDisplay egl_dpy,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
EGL_DEPTH_SIZE, 1,
+ EGL_RENDERABLE_TYPE, EGL_OPENGL_BIT,
EGL_NONE
};