aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl/x11argb_opengl.c
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-09-17 12:42:48 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-09-17 12:42:48 +0200
commitdbfdab658eea6830a3ca5be205ed766aaa8ac6db (patch)
tree687cb188b2d893ae5d1b6e58256d775847161fcd /samples/OpenGL/x11argb_opengl/x11argb_opengl.c
parent270ca4e2f9f144e3d538a3d89e1141fcf7dfd689 (diff)
downloadcodesamples-dbfdab658eea6830a3ca5be205ed766aaa8ac6db.tar.gz
codesamples-dbfdab658eea6830a3ca5be205ed766aaa8ac6db.tar.bz2
added minimalvbo example
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;