summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-12 14:29:24 -0600
committerChia-I Wu <olvaffe@gmail.com>2009-09-12 20:56:03 +0800
commitb5abf7b08b6005a46cb356f36b95faeab296950e (patch)
treea58340dd1c36763ebb993ac10e45a4b4cd355a9c /progs
parent70b6b622bf7ad7e909d695a6d8c4430fb96a1ce8 (diff)
es: update window title
Diffstat (limited to 'progs')
-rw-r--r--progs/es1/xegl/tri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/es1/xegl/tri.c b/progs/es1/xegl/tri.c
index ca37c2d0ba..233c0212b4 100644
--- a/progs/es1/xegl/tri.c
+++ b/progs/es1/xegl/tri.c
@@ -427,7 +427,7 @@ main(int argc, char *argv[])
printf("EGL_CLIENT_APIS = %s\n", s);
make_x_window(x_dpy, egl_dpy,
- "tri", 0, 0, winWidth, winHeight,
+ "OpenGL ES 1.x tri", 0, 0, winWidth, winHeight,
&win, &egl_ctx, &egl_surf);
XMapWindow(x_dpy, win);