mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
63973ab30a
commit
42c85f3985
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user