diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-03-03 23:21:51 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-03-03 23:21:51 +0000 |
commit | 5a4e1abbfcb746352f3f3a5ff28fa27cbf0ba4d5 (patch) | |
tree | e08b80320431d9dbea0821bd2b3da1bc33d58ea8 /README.win32 | |
parent | 2468916bcc5f263efba28f9991b45d7ae30c556d (diff) | |
download | gtk+-5a4e1abbfcb746352f3f3a5ff28fa27cbf0ba4d5.tar.gz |
Store just pixel value of background colour.
2000-03-04 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
just pixel value of background colour.
* gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
containing code snippet previously duplicated in a couple of
places.
* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
gdk_colormap_color.
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
events for autorepeated Shift, Control and Alt keys. Use
gdk_colormap_color.
* gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
pointer is inside the window the cursor of which we are setting,
call SetCursor immediately.
* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin: If we don't have the build number stamp
file, use zero.
* gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
gtk_paned_set_gutter_size as empty.
* gtk/gtk.def: Remove gtk_paned_set_gutter_size.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/README.win32 b/README.win32 index f55928bc5a..f0b11a286f 100644 --- a/README.win32 +++ b/README.win32 @@ -5,10 +5,8 @@ http://www.iki.fi/tml/gimp/win32/ . To build GTk+ on Win32, you need either the Microsoft compiler and tools, or gcc-2.95 or later running under cygwin-b20.1 or -later. Compile in gdk\win32 and gtk with `nmake -f makefile.msc` or -`make -f makefile.cygwin`. Before doing a install, check the BIN -definition in gdk\win32\makefile.msc (or makefile.cygwin) and -gtk\makefile.msc (or makefile.cygwin). +later. Compile in gdk\win32, gdk and gtk with `nmake -f makefile.msc` or +`make -f makefile.cygwin`. See the README.win32 file in the GLib distribution for instructions how to build with gcc. |