summaryrefslogtreecommitdiff
path: root/src/sxwm.c
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-15 11:47:59 +0100
committeruint23 <[email protected]>2025-04-15 11:47:59 +0100
commitda9cfa48b7135f080b725faa4e0a2250037c48a8 (patch)
treedb5f0093b085907e40c0170575d924e4f09c146e /src/sxwm.c
parent7cada56e7c6330b1f7fa9f811dc1a1ef5638aa13 (diff)
acc added functionality gng
Diffstat (limited to 'src/sxwm.c')
-rw-r--r--src/sxwm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sxwm.c b/src/sxwm.c
index 7d0100d..1752792 100644
--- a/src/sxwm.c
+++ b/src/sxwm.c
@@ -170,7 +170,11 @@ setup(void)
for (int i = 0; i < LASTEvent; ++i)
evtable[i] = hdl_dummy;
+ evtable[ConfigureRequest] = hdl_config_req;
+ evtable[DestroyNotify] = hdl_destroy_ntf;
evtable[KeyPress] = hdl_keypress;
+ evtable[MapRequest] = hdl_map_req;
+ evtable[UnmapNotify] = hdl_unmap_ntf;
}
static void