Fix sizing problem in i3wm tiling window manager GTK
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 20 Apr 2016 09:31:35 +0000 (11:31 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 8 May 2016 12:06:32 +0000 (14:06 +0200)
commit3ecea4bd20be3d7d77cd6fd97936f04395080156
tree985240fc847e0cfe614660bfcf9a1bd57e767536
parent32537912b88a86118f71b82a0bf2232aee27d0e7
Fix sizing problem in i3wm tiling window manager GTK

Apparently i3wm creates a window of different size than the requested one
without sending a configure-event that would allow XBoard to adapt its
board size. This is now fixed by triggering a first configure-event by
hand. The first resize had to no longer be suppressed to make this work.
(This was not needed anymore anyway, as the board size is now protected
during clock resize.) The -fixedSize option had also to be fixed.
gtk/xboard.c
gtk/xoptions.c