summaryrefslogtreecommitdiff
path: root/gdk/gdkcursorprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-20 14:07:11 +0100
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:06 -0500
commit7a3359223179468b42fa0130457ec60694ce6ec1 (patch)
tree3d49cf229354ab238a8fb78ad2db6b1afd72f7a0 /gdk/gdkcursorprivate.h
parent60dc856dafc6468637511be8cf511479fd0fb244 (diff)
downloadgtk+-7a3359223179468b42fa0130457ec60694ce6ec1.tar.gz
gdk: Move gdk_cursor_get_image() to the base class
.. and make it call a vfunc on the cursor
Diffstat (limited to 'gdk/gdkcursorprivate.h')
-rw-r--r--gdk/gdkcursorprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkcursorprivate.h b/gdk/gdkcursorprivate.h
index 51501d1906..6a3a407d9b 100644
--- a/gdk/gdkcursorprivate.h
+++ b/gdk/gdkcursorprivate.h
@@ -45,6 +45,8 @@ struct _GdkCursor
struct _GdkCursorClass
{
GObjectClass parent_class;
+
+ GdkPixbuf * (* get_image) (GdkCursor * cursor);
};
G_END_DECLS