From bb05f0d4bf3818eec40efbf0ca30ae4bd21a65b4 Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Mon, 19 Jun 2006 02:23:07 +0000 Subject: initial color cursor implementation (reads from pixbufs, will work on reading from svg instead) (bzr r1227) --- src/sp-cursor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sp-cursor.h') diff --git a/src/sp-cursor.h b/src/sp-cursor.h index 36468aae8..251117372 100644 --- a/src/sp-cursor.h +++ b/src/sp-cursor.h @@ -3,8 +3,9 @@ #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