chiark / gitweb /
Take the Windows taskbar into account when deciding on the maximum
authorSimon Tatham <anakin@pobox.com>
Tue, 6 Sep 2005 18:49:18 +0000 (18:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 6 Sep 2005 18:49:18 +0000 (18:49 +0000)
commitaec9667f00937fcbc110cc6f9a370499e864a6e9
tree537d21f6bd6d3fa61c08d07543bb34872f667eed
parent7096df54deb2b8d3ef230dad4b4e905574236eda
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]
windows.c