diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-03 06:00:56 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-04 00:07:13 +0100 |
commit | d30d55be9eae94868af249e84976743a3e2e4614 (patch) | |
tree | dc3be125546214b31999c7d6650f48d0f96a14ca /gdk/gdkcursor.c | |
parent | 428547e14fc69bc13a0665aeb68d9438403261b1 (diff) | |
download | gtk+-d30d55be9eae94868af249e84976743a3e2e4614.tar.gz |
gdk: Make cursors instantiable
This way, backends can instantiate GdkCursor objects directly.
Do that for broadway to test that it indeed works.
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index f199df8f59..7be365c48d 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -93,7 +93,7 @@ enum { PROP_TEXTURE, }; -G_DEFINE_ABSTRACT_TYPE (GdkCursor, gdk_cursor, G_TYPE_OBJECT) +G_DEFINE_TYPE (GdkCursor, gdk_cursor, G_TYPE_OBJECT) static void gdk_cursor_get_property (GObject *object, |