aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/mgl.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-31 12:50:05 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-02 02:23:54 +0100
commit111f0ba3f4a4f14d39c8e3f7c00f13e852f47a51 (patch)
treefc7317e332c7a56df7738a62110ad76d4fc8511c /include/mgl/mgl.h
parent8a316a12481282cb2ab966c4cbc770656c258383 (diff)
Start on syntax highlighting, output correct key button event
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;
};
/*