diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mgl/mgl.h | 1 |
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; |