From 0c9396c9f2e14c61f6082916df81e4251fa1d3ec Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 23 Aug 2022 18:24:35 +1200 Subject: Fixed bug with negative width due to another bug in gaps calculation -_- --- util.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 util.h (limited to 'util.h') 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"}; -- cgit v1.2.3