aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl/x11argb_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenGL/x11argb_opengl/x11argb_opengl.c')
-rw-r--r--samples/OpenGL/x11argb_opengl/x11argb_opengl.c4
1 files changed, 1 insertions, 3 deletions
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;