Replace reference to non-existent function gdk_x11_cursor_get_xid by

* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
        non-existent function gdk_x11_cursor_get_xid
        by gdk_x11_cursor_get_xcursor.
This commit is contained in:
Matthias Clasen 2001-10-06 21:50:12 +00:00
parent 63973ab30a
commit 42c85f3985
8 changed files with 44 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -1,3 +1,9 @@
2001-10-06 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to
non-existent function gdk_x11_cursor_get_xid
by gdk_x11_cursor_get_xcursor.
Fri Oct 5 20:50:00 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve

View File

@ -54,8 +54,8 @@ gint gdk_x11_get_default_screen (void);
#define GDK_COLORMAP_XDISPLAY(cmap) (gdk_x11_colormap_get_xdisplay (cmap))
#define GDK_COLORMAP_XCOLORMAP(cmap) (gdk_x11_colormap_get_xcolormap (cmap))
#define GDK_CURSOR_XDISPLAY(win) (gdk_x11_cursor_get_xdisplay (win))
#define GDK_CURSOR_XCURSOR(win) (gdk_x11_cursor_get_xid (win))
#define GDK_CURSOR_XDISPLAY(cursor) (gdk_x11_cursor_get_xdisplay (cursor))
#define GDK_CURSOR_XCURSOR(cursor) (gdk_x11_cursor_get_xcursor (cursor))
#define GDK_DISPLAY() gdk_display
#define GDK_IMAGE_XDISPLAY(image) (gdk_x11_image_get_xdisplay (image))
#define GDK_IMAGE_XIMAGE(image) (gdk_x11_image_get_ximage (image))