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:
@ -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
|
||||
|
Reference in New Issue
Block a user