From dbfdab658eea6830a3ca5be205ed766aaa8ac6db Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Tue, 17 Sep 2013 12:42:48 +0200 Subject: added minimalvbo example --- samples/OpenGL/x11argb_opengl/x11argb_opengl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'samples/OpenGL/x11argb_opengl/x11argb_opengl.c') diff --git a/samples/OpenGL/x11argb_opengl/x11argb_opengl.c b/samples/OpenGL/x11argb_opengl/x11argb_opengl.c index 723c6ae..092c202 100644 --- a/samples/OpenGL/x11argb_opengl/x11argb_opengl.c +++ b/samples/OpenGL/x11argb_opengl/x11argb_opengl.c @@ -187,7 +187,7 @@ static void createTheWindow() KeyReleaseMask; attr_mask = - CWBackPixmap| + // CWBackPixmap| CWColormap| CWBorderPixel| CWEventMask; @@ -480,9 +480,7 @@ int main(int argc, char *argv[]) createTheRenderContext(); while (updateTheMessageQueue()) { - #if 0 redrawTheWindow(); - #endif } return 0; -- cgit v1.2.3