Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Tue, 08 Apr 2003 14:49:14 +0100


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Tue Apr 08 2003  14:49:14 BST

Log message:
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!

Modified files:
    unix            : pterm.c

Links:
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.105&r2=1.106