summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-12 14:29:24 -0600
committerBrian Paul <brianp@vmware.com>2009-05-12 14:29:24 -0600
commit4e3262ac7d9cc75545b6da7e5e3e3311f179e0cd (patch)
tree376e5fa447b0aa65962caede34db75c960cf410f
parent506576a74bec019b61b18c74cc30f34e00107a33 (diff)
es: update window title
-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);