diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 14:07:11 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:06 -0500 |
commit | 7a3359223179468b42fa0130457ec60694ce6ec1 (patch) | |
tree | 3d49cf229354ab238a8fb78ad2db6b1afd72f7a0 /gdk/gdkcursorprivate.h | |
parent | 60dc856dafc6468637511be8cf511479fd0fb244 (diff) | |
download | gtk+-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.h | 2 |
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 |