summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-08-23 18:24:35 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-08-23 18:24:35 +1200
commit0c9396c9f2e14c61f6082916df81e4251fa1d3ec (patch)
treed75c77b16c52140a16436225449d68bc49db5189 /util.h
parent546f7d2518a86d43c9591e1e056cdf0f98c5f40a (diff)
downloadYATwm-0c9396c9f2e14c61f6082916df81e4251fa1d3ec.tar.gz
YATwm-0c9396c9f2e14c61f6082916df81e4251fa1d3ec.zip
Fixed bug with negative width due to another bug in gaps calculation -_-
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
new file mode 100644
index 0000000..2268432
--- /dev/null
+++ b/util.h
@@ -0,0 +1 @@
+const char* evNames[37] = {0, 0, "KeyPress", "KeyRelease", "ButtonPress", "ButtonRelease", "MotionNotify", "EnterNotify", "LeaveNotify", "FocusIn", "FocusOut", "KeymapNotify", "Expose", "GraphicsExpose", "NoExpose", "VisibilityNotify", "CreateNotify", "DestroyNotify", "UnmapNotify", "MapNotify", "MapRequest", "ReparentNotify", "ConfigureNotify", "ConfigureRequest", "GravityNotify", "ResizeRequest", "CirculateNotify", "CirculateRequest", "PropertyNotify", "SelectionClear", "SelectionRequest", "SelectionNotify", "ColormapNotify", "ClientMessage", "MappingNotify", "GenericEvent", "LASTEvent"};