shithub: puzzles

Download patch

ref: aec9667f00937fcbc110cc6f9a370499e864a6e9
parent: 7096df54deb2b8d3ef230dad4b4e905574236eda
author: Simon Tatham <anakin@pobox.com>
date: Tue Sep 6 14:49:18 EDT 2005

Take the Windows taskbar into account when deciding on the maximum
size of the puzzle window. This has involved some _completely
stupid_ window manipulation: in order to figure out in advance how
big I want my main window to be, I first have to _create_ the status
bar so I know how tall it is; but since I can't reparent it into my
main window after I've created it, I then have to throw that status
bar away and create a new one. *sigh*

[originally from svn r6276]