summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.h
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2010-09-06 09:16:22 +0000
committerJasper van de Gronde <th.v.d.gronde@hccnet.nl>2010-09-06 09:16:22 +0000
commit17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad (patch)
tree7974c6e7493642ab70ff589bed0bcc71c09d75dc /src/sp-cursor.h
parentmake hpgl document height compatible with dxf (Bug 487052) (diff)
downloadinkscape-17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad.tar.gz
inkscape-17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad.zip
Color preview in cursor
(bzr r9743)
Diffstat (limited to 'src/sp-cursor.h')
-rw-r--r--src/sp-cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-cursor.h b/src/sp-cursor.h
index 1c40bdc44..4ab90d169 100644
--- a/src/sp-cursor.h
+++ b/src/sp-cursor.h
@@ -4,6 +4,7 @@
#include <gdk/gdk.h>
void sp_cursor_bitmap_and_mask_from_xpm(GdkBitmap **bitmap, GdkBitmap **mask, gchar const *const *xpm);
+GdkPixbuf* sp_cursor_pixbuf_from_xpm(gchar const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
GdkCursor *sp_cursor_new_from_xpm(gchar const *const *xpm, gint hot_x, gint hot_y);
#endif