Code

Make curvature work again by fixing a minor omission
[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 GdkCursor *sp_cursor_new_from_xpm(gchar const *const *xpm, gint hot_x, gint hot_y);
9 #endif
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :