aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/mgl.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-10 13:56:10 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-10 13:59:44 +0200
commit54b2376adad98d91d32378efc3f241f120ba970f (patch)
tree4556581f7c51f88e9cb1e5610bc8afef524340e1 /include/mgl/mgl.h
parent3b2fceed064c06d55e1cd33d51e855e909c81f75 (diff)
Draw every frame instead of x11 expose, enable vsync (if available)
Diffstat (limited to 'include/mgl/mgl.h')
-rw-r--r--include/mgl/mgl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mgl/mgl.h b/include/mgl/mgl.h
index 606c14b..e906bc1 100644
--- a/include/mgl/mgl.h
+++ b/include/mgl/mgl.h
@@ -1,7 +1,6 @@
#ifndef MGL_MGL_H
#define MGL_MGL_H
-#include "glx.h"
#include "gl.h"
/* Display* on x11 */
@@ -11,7 +10,6 @@ typedef struct {
mgl_connection connection;
GLXContext glx_context;
_XVisualInfo *visual_info;
- mgl_glx glx;
mgl_gl gl;
} mgl_context;