]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Re-jig the combo box handling ifdefs so that we can compile with GTK
authorSimon Tatham <anakin@pobox.com>
Sat, 31 May 2008 19:23:45 +0000 (19:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 31 May 2008 19:23:45 +0000 (19:23 +0000)
commitb3c1438a31eff853e5ff0209417890975264ae76
tree150c483e0e6629d98659d2d2ab361ce8198ea22c
parent79f7249185f0bb6eddc30a94b4b21072b3ac460e
Re-jig the combo box handling ifdefs so that we can compile with GTK
versions >= 2.0 (when the new list boxes came in) but < 2.4 (when
the new combo boxes came in). Since some combo boxes are handled
using the old list-box code, this means that the two lots of code
can both be compiled in at once in some situations!

[originally from svn r8031]
unix/gtkdlg.c
unix/gtkfont.c