Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / sp-cursor.h
1 #ifndef SP_CURSOR_H
2 #define SP_CURSOR_H
4 #include <gdk/gdk.h>
6 void sp_cursor_bitmap_and_mask_from_xpm(GdkBitmap **bitmap, GdkBitmap **mask, gchar const *const *xpm);
7 GdkPixbuf* sp_cursor_pixbuf_from_xpm(gchar const *const *xpm, GdkColor const& black, GdkColor const& white, guint32 fill, guint32 stroke);
8 GdkCursor *sp_cursor_new_from_xpm(gchar const *const *xpm, gint hot_x, gint hot_y);
10 #endif
12 /*
13   Local Variables:
14   mode:c++
15   c-file-style:"stroustrup"
16   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
17   indent-tabs-mode:nil
18   fill-column:99
19   End:
20 */
21 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :