]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Switch to gdk_rgba_parse() for GDK 3.
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 12:37:30 +0000 (13:37 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 12:37:30 +0000 (13:37 +0100)
commit620622b3e552d899f23097ad51a3ed024796e59f
treeb58c85c3277a2af70ce5c2a5071cf0ed20ab5267
parent5de838a979f75380c5fc4bec39646b81b44bd9b6
Switch to gdk_rgba_parse() for GDK 3.

I'm using a slightly more up-to-date GTK version for testing on MacOS,
and it's marked a few more functions as deprecated, among which is
gdk_color_parse(). So now parsing -fg and -bg options has to be done
by two different calls and an ugly #ifdef, depending on GTK version.
unix/gtkwin.c