1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-18 19:41:01 -05:00

Reinstate all the GTK1-specific code under ifdefs, and verify that

we can now build and run successfully using both GTK1 and GTK2 by
giving appropriate options to make. (Specifically, to override the
default of GTK2 in favour of GTK1, "make GTK_CONFIG=gtk-config".)

[originally from svn r7966]
This commit is contained in:
Simon Tatham
2008-04-04 10:56:26 +00:00
parent 54e26eb7ef
commit ee92c21e53
4 changed files with 881 additions and 69 deletions

View File

@ -3,10 +3,8 @@ TODO for PuTTY GTK2 port before merging back into main trunk code
Things left to do:
- Make sure we haven't broken GTK1.
+ In particular, I know I _have_ broken GTK1 by taking out all
the GTK1-style list box code. Put it all back in under ifdefs,
which will be unpleasant but necessary.
- I apparently missed out a piece of code when doing the new GTK2
list box: shortcut activations for list boxes are missing.
- Merge to trunk. Colin is already mentioned in the licence in all
the branched copies, but mention him in the _website's_ licence