aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl/x11argb_opengl.c
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-05-12 02:05:08 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-05-12 02:05:08 +0200
commit2442c23c78fbe205cbebbe2f26d8a20eecbb1347 (patch)
tree274d71054621fadd177d7d0c854d19ef00399b50 /samples/OpenGL/x11argb_opengl/x11argb_opengl.c
parent623fc8c73de35bef0785f09bae8a3f607f8ed087 (diff)
downloadcodesamples-2442c23c78fbe205cbebbe2f26d8a20eecbb1347.tar.gz
codesamples-2442c23c78fbe205cbebbe2f26d8a20eecbb1347.tar.bz2
commit of new sample 'frustum'
Diffstat (limited to 'samples/OpenGL/x11argb_opengl/x11argb_opengl.c')
-rw-r--r--samples/OpenGL/x11argb_opengl/x11argb_opengl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/OpenGL/x11argb_opengl/x11argb_opengl.c b/samples/OpenGL/x11argb_opengl/x11argb_opengl.c
index 7a073fb..1c1e2e0 100644
--- a/samples/OpenGL/x11argb_opengl/x11argb_opengl.c
+++ b/samples/OpenGL/x11argb_opengl/x11argb_opengl.c
@@ -470,7 +470,9 @@ int main(int argc, char *argv[])
createTheRenderContext();
while (updateTheMessageQueue()) {
+ #if 0
redrawTheWindow();
+ #endif
}
return 0;