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~ | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 util.h~ (limited to 'util.h~') 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"; -- cgit v1.2.3