aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-28 00:47:53 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-28 00:47:53 +0200
commitdd88123ad16ce27690a2aac94127175ed5213c64 (patch)
treec75809934a96765be1e1f7e8fdc10e8d65c16e71 /include
parent5cef3b469eb2ffa8e7b9f8758079b6fa414237e5 (diff)
Dont use free'd fbconfigs
Diffstat (limited to 'include')
-rw-r--r--include/mgl/mgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgl/mgl.h b/include/mgl/mgl.h
index bd0ae5b..b43e4b9 100644
--- a/include/mgl/mgl.h
+++ b/include/mgl/mgl.h
@@ -10,6 +10,7 @@ typedef struct mgl_context mgl_context;
struct mgl_context {
mgl_connection connection;
mgl_gl gl;
+ GLXFBConfig *fbconfigs;
_XVisualInfo *visual_info;
GLXFBConfig fbconfig;
unsigned long wm_delete_window_atom;