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)>
Wed, 20 Apr 2016 09:39:22 +0000 (11:39 +0200)
commitb2460f297a8444bde94a7e3917ecb7598eb2899e
treeece0f56b58c517618d9b1fd15ac5511eabd9406e
parent56fd0c5021f5074a510ae8f170338656ee243ec7
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