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.h~36
1 files changed, 36 insertions, 0 deletions
diff --git a/util.h~ b/util.h~
new file mode 100644
index 0000000..1e5cadb
--- /dev/null
+++ b/util.h~
@@ -0,0 +1,36 @@
+const char* evNames[37] = {0};
+evNames[2]="KeyPress";
+evNames[3]="KeyRelease";
+evNames[4]="ButtonPress";
+evNames[5]="ButtonRelease";
+evNames[6]="MotionNotify";
+evNames[7]="EnterNotify";
+evNames[8]="LeaveNotify";
+evNames[9]="FocusIn";
+evNames[10]="FocusOut";
+evNames[11]="KeymapNotify";
+evNames[12]="Expose";
+evNames[13]="GraphicsExpose";
+evNames[14]="NoExpose";
+evNames[15]="VisibilityNotify";
+evNames[16]="CreateNotify";
+evNames[17]="DestroyNotify";
+evNames[18]="UnmapNotify";
+evNames[19]="MapNotify";
+evNames[20]="MapRequest";
+evNames[21]="ReparentNotify";
+evNames[22]="ConfigureNotify";
+evNames[23]="ConfigureRequest";
+evNames[24]="GravityNotify";
+evNames[25]="ResizeRequest";
+evNames[26]="CirculateNotify";
+evNames[27]="CirculateRequest";
+evNames[28]="PropertyNotify";
+evNames[29]="SelectionClear";
+evNames[30]="SelectionRequest";
+evNames[31]="SelectionNotify";
+evNames[32]="ColormapNotify";
+evNames[33]="ClientMessage";
+evNames[34]="MappingNotify";
+evNames[35]="GenericEvent";
+evNames[36]="LASTEvent";