aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/gl_macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/gl_macro.h')
-rw-r--r--include/mgl/gl_macro.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/include/mgl/gl_macro.h b/include/mgl/gl_macro.h
index 043d3f9..3141f78 100644
--- a/include/mgl/gl_macro.h
+++ b/include/mgl/gl_macro.h
@@ -1,23 +1,20 @@
#ifndef MGL_GL_MACRO_H
#define MGL_GL_MACRO_H
-#define GLX_USE_GL 1
-#define GLX_BUFFER_SIZE 2
-#define GLX_LEVEL 3
#define GLX_RGBA 4
#define GLX_DOUBLEBUFFER 5
#define GLX_STEREO 6
-#define GLX_AUX_BUFFERS 7
#define GLX_RED_SIZE 8
#define GLX_GREEN_SIZE 9
#define GLX_BLUE_SIZE 10
#define GLX_ALPHA_SIZE 11
#define GLX_DEPTH_SIZE 12
-#define GLX_STENCIL_SIZE 13
-#define GLX_ACCUM_RED_SIZE 14
-#define GLX_ACCUM_GREEN_SIZE 15
-#define GLX_ACCUM_BLUE_SIZE 16
-#define GLX_ACCUM_ALPHA_SIZE 17
+
+#define GLX_DRAWABLE_TYPE 0x8010
+#define GLX_RENDER_TYPE 0x8011
+#define GLX_RGBA_BIT 0x00000001
+#define GLX_WINDOW_BIT 0x00000001
+#define GLX_RGBA_TYPE 0x8014
#define GL_COLOR_BUFFER_BIT 0x00004000
#define GL_BLEND 0x0BE2