Fix window-position upset on failing engine start in WinBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 24 Mar 2010 10:04:00 +0000 (11:04 +0100)
committerArun Persaud <arun@nubati.net>
Thu, 25 Mar 2010 05:43:41 +0000 (22:43 -0700)
commite163486f1f5f391ca2ade9aa8be94b36acc16823
tree17dffdb4fef0bcabfa5cb1bd7acc16159a9e77aa
parent93f3da9125302932c4aaf6bb8a93a2fc5a3a96fa
Fix window-position upset on failing engine start in WinBoard

The main window was only positoned according to the settings-file data
after the engine was started up from InitBackend2(), so that if the
latter gave a fatal error, and Save Settings on Exit was on, a wrong
position for the main window would be saved. The call to InitBackend2()
is now moved until after setting the main-window position.
winboard/winboard.c