From e8aacae47da34df6dceb3913bb3595b85ca44c47 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 11 Feb 2001 11:00:14 +0000 Subject: New function, copied from X11 version. 2001-02-11 Tor Lillqvist * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New function, copied from X11 version. * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate DestroyCursor failures. The reason for the problem (despite the inconsistent messages from GetLastError()) was that DestroyCursor() cannot be called while a cursor is set in a window. Set the new cursor first and then destroy the old one. Thanks to jpe@archaeopteryx.com. * gdk/win32/gdkcc-win32.c: Removed. * gdk/gdk.def * gdk/makefile.mingw.in: Update. Godbye GdkColorContext. * gtk/gtk.def * gtk/makefile.mingw.in: Updates. --- gdk/gdk.def | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'gdk/gdk.def') diff --git a/gdk/gdk.def b/gdk/gdk.def index dffd89bdc..fe84318c2 100644 --- a/gdk/gdk.def +++ b/gdk/gdk.def @@ -10,19 +10,6 @@ EXPORTS gdk_color_alloc gdk_color_black gdk_color_change - gdk_color_context_add_palette - gdk_color_context_free - gdk_color_context_free_dither - gdk_color_context_get_index_from_palette - gdk_color_context_get_pixel - gdk_color_context_get_pixel_from_palette - gdk_color_context_get_pixels - gdk_color_context_get_pixels_incremental - gdk_color_context_init_dither - gdk_color_context_new - gdk_color_context_new_mono - gdk_color_context_query_color - gdk_color_context_query_colors gdk_color_copy gdk_color_equal gdk_color_free @@ -35,7 +22,9 @@ EXPORTS gdk_colormap_free_colors gdk_colormap_get_system gdk_colormap_get_system_size + gdk_colormap_get_type gdk_colormap_get_visual + gdk_colormap_query_color gdk_colormap_new gdk_colormap_ref gdk_colormap_unref @@ -222,9 +211,12 @@ EXPORTS gdk_list_visuals gdk_mbstowcs gdk_null_window_warnings + gdk_pango_attr_embossed_new + gdk_pango_attr_stipple_new gdk_pango_context_get gdk_pango_context_set_colormap gdk_parent_root + gdk_pixbuf_get_from_drawable gdk_pixbuf_render_pixmap_and_mask gdk_pixbuf_render_threshold_alpha gdk_pixbuf_render_to_drawable @@ -368,6 +360,7 @@ EXPORTS gdk_window_set_background gdk_window_set_child_shapes gdk_window_set_cursor + gdk_window_set_debug_updates gdk_window_set_decorations gdk_window_set_events gdk_window_set_functions -- cgit v1.2.1