diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-01-29 13:59:47 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-01-29 13:59:47 +0000 |
commit | cac17ab7b4d1f549547996e7cf3c0f4c41ae2a1e (patch) | |
tree | 5006fe6d326c5b273f0d16373abbea86637a97b1 /README.win32 | |
parent | 16ce67f81b2507b67b1a31a6d46ec8a55447ef1f (diff) | |
download | gtk+-cac17ab7b4d1f549547996e7cf3c0f4c41ae2a1e.tar.gz |
Add comment about gtk-1-3-win32-production branch currently being ahead in
2002-01-29 Tor Lillqvist <tml@iki.fi>
* README.win32: Add comment about gtk-1-3-win32-production branch
currently being ahead in functionality and code cleanliness (in
gdk/win32). Just in case somebody looks at the code in gdk/win32
here and starts fixing it, when it is going to change soonish
anyway.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.win32 b/README.win32 index e4c091666d..20a8445938 100644 --- a/README.win32 +++ b/README.win32 @@ -10,6 +10,13 @@ until the CVS HEAD version is useable. (But note, the Win32 backend has never been claimed to be "production quality", although it works surprisingly well for the GIMP.) +Note that right now (January 2002), the gtk-1-3-win32-production +branch has more functionality and somewhat cleaner code in gdk/win32. +The code that handles pixmaps and images (DIB sections) and colormaps +(palettes) has been substantially refactored and cleaned up. (For +instance, 256-color mode now work.) Those improvements have not yet +been done here. + Building GTK+ on Win32 ====================== |