summaryrefslogtreecommitdiff
path: root/progs/openvg/demos/eglcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/openvg/demos/eglcommon.c')
-rw-r--r--progs/openvg/demos/eglcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/openvg/demos/eglcommon.c b/progs/openvg/demos/eglcommon.c
index bacd5685d7..dcec1ac4a4 100644
--- a/progs/openvg/demos/eglcommon.c
+++ b/progs/openvg/demos/eglcommon.c
@@ -42,6 +42,7 @@ make_x_window(Display *x_dpy, EGLDisplay egl_dpy,
EGL_RED_SIZE, 1,
EGL_GREEN_SIZE, 1,
EGL_BLUE_SIZE, 1,
+ EGL_RENDERABLE_TYPE, EGL_OPENVG_BIT,
EGL_NONE
};