aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/mgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/mgl.h')
-rw-r--r--include/mgl/mgl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mgl/mgl.h b/include/mgl/mgl.h
index 8e5e2a4..b9d007e 100644
--- a/include/mgl/mgl.h
+++ b/include/mgl/mgl.h
@@ -9,8 +9,9 @@ typedef struct mgl_context mgl_context;
struct mgl_context {
mgl_connection connection;
- _XVisualInfo *visual_info;
mgl_gl gl;
+ _XVisualInfo *visual_info;
+ unsigned long wm_delete_window_atom;
};
/*