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 /gtk/gtk.def | |
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 'gtk/gtk.def')
-rwxr-xr-x | gtk/gtk.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtk.def b/gtk/gtk.def index 1498490b42..a8cdbbb484 100755 --- a/gtk/gtk.def +++ b/gtk/gtk.def @@ -871,7 +871,6 @@ EXPORTS gtk_paned_get_type gtk_paned_pack1 gtk_paned_pack2 - gtk_paned_set_gutter_size gtk_paned_set_handle_size gtk_paned_set_position gtk_pattern_match |