summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.h
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2006-10-19 19:03:27 +0000
committerscislac <scislac@users.sourceforge.net>2006-10-19 19:03:27 +0000
commit9e69eef83f511df18ca726085047e7cc4c41df31 (patch)
treed092280e1ef9b3d3599a343852da0617e70faf4a /src/sp-cursor.h
parentTurning on (diff)
downloadinkscape-9e69eef83f511df18ca726085047e7cc4c41df31.tar.gz
inkscape-9e69eef83f511df18ca726085047e7cc4c41df31.zip
remove color cursors
(bzr r1811)
Diffstat (limited to 'src/sp-cursor.h')
-rw-r--r--src/sp-cursor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp-cursor.h b/src/sp-cursor.h
index 251117372..36468aae8 100644
--- a/src/sp-cursor.h
+++ b/src/sp-cursor.h
@@ -3,9 +3,8 @@
#include <gdk/gdk.h>
+void sp_cursor_bitmap_and_mask_from_xpm(GdkBitmap **bitmap, GdkBitmap **mask, gchar **xpm);
GdkCursor *sp_cursor_new_from_xpm(gchar **xpm, gint hot_x, gint hot_y);
-GdkCursor *sp_cursor_new_from_pixbuf(GdkPixbuf *pixbuf, gint hot_x, gint hot_y);
-GdkCursor *sp_cursor_new(GdkDisplay *display, GdkPixbuf *pixbuf, gchar **xpm, gint hot_x, gint hot_y);
#endif