mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Define GDK_IS_CURSOR() and GDK_CURSOR().
2005-06-17 Matthias Clasen <mclasen@redhat.com> * gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
This commit is contained in:
parent
3d6ed0595f
commit
4e077183cc
@ -1,5 +1,7 @@
|
||||
2005-06-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
|
||||
|
||||
* gdk/x11/gdkcursor-x11.c:
|
||||
* gdk/gdkcursor.c: Improve some return_if_fail checks,
|
||||
and add the missing non-Xcursor fallback for
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-06-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
|
||||
|
||||
* gdk/x11/gdkcursor-x11.c:
|
||||
* gdk/gdkcursor.c: Improve some return_if_fail checks,
|
||||
and add the missing non-Xcursor fallback for
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-06-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
|
||||
|
||||
* gdk/x11/gdkcursor-x11.c:
|
||||
* gdk/gdkcursor.c: Improve some return_if_fail checks,
|
||||
and add the missing non-Xcursor fallback for
|
||||
|
@ -7,6 +7,8 @@
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GDK_TYPE_CURSOR (gdk_cursor_get_type ())
|
||||
#define GDK_CURSOR(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_CURSOR, GdkCursor))
|
||||
#define GDK_IS_CURSOR(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_CURSOR))
|
||||
|
||||
/* Cursor types.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user