diff options
author | Jon Smirl <[email protected]> | 2005-08-07 02:15:27 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2005-08-07 02:15:27 +0000 |
commit | 9a4dbf1cffc923cd3c6b0e70a6ddf1d9fe085ad2 (patch) | |
tree | a45769aa510dbc9bda66d7f27f0fff522cbe9a74 /progs/egl/eglinfo.c | |
parent | 7e5da5d52629bfa68f83429254eab0304cf346bd (diff) |
Fix up some of the sample to work with the r200 EGL driver
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 7d71640310a..4826fd0948b 100644 --- a/progs/egl/eglinfo.c +++ b/progs/egl/eglinfo.c @@ -136,7 +136,7 @@ main(int argc, char *argv[]) { int maj, min; /*EGLDisplay d = eglGetDisplay(EGL_DEFAULT_DISPLAY);*/ - EGLDisplay d = eglGetDisplay("!fb_dri"); + EGLDisplay d = eglGetDisplay("!r200_dri"); if (!eglInitialize(d, &maj, &min)) { printf("eglinfo: eglInitialize failed\n"); |