diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-23 18:24:35 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-23 18:24:35 +1200 |
| commit | 0c9396c9f2e14c61f6082916df81e4251fa1d3ec (patch) | |
| tree | d75c77b16c52140a16436225449d68bc49db5189 /util.h | |
| parent | 546f7d2518a86d43c9591e1e056cdf0f98c5f40a (diff) | |
| download | YATwm-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 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"}; |
