]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Switch to using gtk_window_parse_geometry in GTK 2.
authorSimon Tatham <anakin@pobox.com>
Sat, 8 Aug 2015 17:22:05 +0000 (18:22 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 8 Aug 2015 17:23:38 +0000 (18:23 +0100)
commit5e55b7a978248a2f740bfb0d6570517e3e5f260a
tree61234bcf28fcdfbf068ac5e2d104adde9e2f5a57
parentfbb7c8c481364b1081cd40008ed1f6231c41685f
Switch to using gtk_window_parse_geometry in GTK 2.

On GTK versions where it's available, this is a much nicer way of
handling the -geometry command-line option, since not only do we get
all the faffing about with gravity for free, it also automatically
sets the user-position WM hints.
unix/gtkwin.c