OSDN Git Service

es: update window title
authorBrian Paul <brianp@vmware.com>
Tue, 12 May 2009 20:29:24 +0000 (14:29 -0600)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 12 Sep 2009 12:56:03 +0000 (20:56 +0800)
progs/es1/xegl/tri.c

index ca37c2d..233c021 100644 (file)
@@ -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);