diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-14 17:20:25 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-05-14 17:20:25 +0200 |
commit | 3f9de6ff7dbfc417b50ac27be8461304f0134f91 (patch) | |
tree | ce811aed611d2a942e11e7c30e50a87f33903626 /progs/egl/eglinfo.c | |
parent | d07fbdd93941d5027a1aa7f0726140c6648a1e27 (diff) |
egl: Updated EGL samples to use new i915 EGL winsys
Diffstat (limited to 'progs/egl/eglinfo.c')
-rw-r--r-- | progs/egl/eglinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/egl/eglinfo.c b/progs/egl/eglinfo.c index f9c2475445..85de2173fc 100644 --- a/progs/egl/eglinfo.c +++ b/progs/egl/eglinfo.c @@ -140,7 +140,7 @@ main(int argc, char *argv[]) { int maj, min; /*EGLDisplay d = eglGetDisplay(EGL_DEFAULT_DISPLAY);*/ - EGLDisplay d = eglGetDisplay(":0"); + EGLDisplay d = eglGetDisplay("!EGL_i915"); if (!eglInitialize(d, &maj, &min)) { printf("eglinfo: eglInitialize failed\n"); |