From b5abf7b08b6005a46cb356f36b95faeab296950e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 12 May 2009 14:29:24 -0600 Subject: [PATCH] es: update window title --- progs/es1/xegl/tri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/es1/xegl/tri.c b/progs/es1/xegl/tri.c index ca37c2d0bab..233c0212b40 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); -- 2.11.0