While writing gtkdlg.c I learned how to specify a window's initial
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 8 Apr 2003 13:49:12 +0000 (13:49 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 8 Apr 2003 13:49:12 +0000 (13:49 +0000)
commitaca2a702186e9056d0e0789f685b7ffff182f643
tree0683216386b2939591d1fafe975f7884678508de
parentf6f450e2b1db4ae729c6df593dbbbff842bd6f3b
While writing gtkdlg.c I learned how to specify a window's initial
position in GTK, so I can now implement the other half of -geometry
which I'd previously believed to be impossible in GTK. It's still
not perfect, because GTK apparently provides no way for us to get
hold of the X reparent event in order to support negative geometries
in a manner which takes account of the WM borders; but for positive
position it's at least an improvement on the previous version!

git-svn-id: svn://svn.tartarus.org/sgt/putty@3078 cda61777-01e9-0310-a592-d414129be87e
unix/pterm.c