From 111f0ba3f4a4f14d39c8e3f7c00f13e852f47a51 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 Oct 2021 12:50:05 +0100 Subject: Start on syntax highlighting, output correct key button event --- include/mgl/mgl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/mgl/mgl.h') 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; }; /* -- cgit v1.2.3