From 9e69eef83f511df18ca726085047e7cc4c41df31 Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Thu, 19 Oct 2006 19:03:27 +0000 Subject: remove color cursors (bzr r1811) --- src/sp-cursor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sp-cursor.h') 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 +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 -- cgit v1.2.3