summaryrefslogtreecommitdiff
path: root/gdk/gdkcursorprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-02 20:38:07 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-04 00:07:13 +0100
commit8ba9ae601283be265e59c6092d61c099f8a17d65 (patch)
treeb6d93db04fbf5280d13f7c8a59de219befdd682c /gdk/gdkcursorprivate.h
parenta1759a0a52d4b6b988fcafbf30f9fd0b61c06030 (diff)
downloadgtk+-8ba9ae601283be265e59c6092d61c099f8a17d65.tar.gz
gdk: Add gdk_cursor_get_name()
Also add the GdkCursor::name property.
Diffstat (limited to 'gdk/gdkcursorprivate.h')
-rw-r--r--gdk/gdkcursorprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkcursorprivate.h b/gdk/gdkcursorprivate.h
index 85498a6f8f..36601c825f 100644
--- a/gdk/gdkcursorprivate.h
+++ b/gdk/gdkcursorprivate.h
@@ -40,6 +40,7 @@ struct _GdkCursor
GObject parent_instance;
GdkDisplay *display;
+ char *name;
};
struct _GdkCursorClass