aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenGL/x11argb_opengl/Makefile')
-rw-r--r--samples/OpenGL/x11argb_opengl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OpenGL/x11argb_opengl/Makefile b/samples/OpenGL/x11argb_opengl/Makefile
index abafd5c..5b35c1b 100644
--- a/samples/OpenGL/x11argb_opengl/Makefile
+++ b/samples/OpenGL/x11argb_opengl/Makefile
@@ -1,3 +1,3 @@
x11argb_opengl: x11argb_opengl.c Makefile
- $(CC) -std=c99 -g3 -o x11argb_opengl -DUSE_GLX_CREATE_CONTEXT_ATTRIB=1 x11argb_opengl.c -lX11 -lXrender -lGL -lm
+ $(CC) -std=c99 -g3 -o x11argb_opengl -DUSE_GLX_CREATE_CONTEXT_ATTRIB=1 -DUSE_GLX_CREATE_WINDOW=1 x11argb_opengl.c -lX11 -lXrender -lGL -lm