diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-02-23 03:51:41 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-02-23 03:51:41 +0000 |
commit | 3dcfcddf7a19f9301bf73c74256f8341220edde1 (patch) | |
tree | 0a323339902e28212e01fcff4930d48e5b674e7d /README.win32 | |
parent | b825baa1f951f5efa2c5a5da25cd4f7099c11ebd (diff) | |
download | gtk+-3dcfcddf7a19f9301bf73c74256f8341220edde1.tar.gz |
Update. Mention the gtk-1-3-win32-production branch.
2001-02-23 Tor Lillqvist <tml@iki.fi>
* README.win32: Update. Mention the gtk-1-3-win32-production
branch.
* gdk/win32/bdfcursor.c: New file. A program that generates
xcursors.h. Thanks to Stefan Ondrejicka.
* gdk/win32/xcursors.h: New file, contains the X cursor font in a
compact format.
* gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
* gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
function, uses xcursors.h.
(gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
cursor from inline data instead of using LoadCursor() to generate
it from a resource.
* gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
event, must check the Windows message for mouse button state, as
the GDK event state might not have been built if it is
undelivered. Remove one goto.
* gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
SetCursor() if the current cursor as returned by GetCursor() is
the window's previous cursor. The ChildWindowFromPoint() test
apparently didn't work correctly.
* gdk/win32/rc/*.cur: Remove.
* gdk/win32/rc/gdk.rc.in: Remove cursors.
* gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
* gtk/makefile.{mingw,msc}.in: Updates.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.win32 b/README.win32 index 8ea5a2c563..63803e3d2b 100644 --- a/README.win32 +++ b/README.win32 @@ -3,13 +3,13 @@ correct as the Unix/X11 version. For more information about the Win32 port, see http://www.gimp.org/win32/ or http://www.iki.fi/tml/gimp/win32/ . -This current (CVS) version of the Win32 backend does *not* necessarily -even compile properly. A zipfile with an older snapshot (from before -the merge of the no-flicker branch, and the other recent additions), -is available from http://www.gimp.org/win32/. That should be used by -"production" code until this CVS version is useable. (But note, the -Win32 backend has never been claimed to be "production quality", -although it works OK for the GIMP.) +This (CVS HEAD) version of the Win32 backend does *not* necessarily +even compile properly. There is a gtk-1-3-win32-production branch that +was branched off from before the addition of the no-flicker and other +recent functionality. That is what should be used by "production" code +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.) To build GTk+ on Win32, you need either gcc-2.95 or later, or the Microsoft compiler and tools. The mingw setup of gcc is preferred, but |