1 #include <gdk/gdkevents.h>
2 struct SPDesktop;
4 namespace Inkscape
5 {
7 class MessageContext;
8 class MessageStack;
10 extern bool have_viable_layer(SPDesktop *desktop, MessageContext *message);
11 extern bool have_viable_layer(SPDesktop *desktop, MessageStack *message);
12 ::NR::Rect snap_rectangular_box(SPDesktop const *desktop, SPItem *item,
13 NR::Point const &pt, NR::Point const ¢er, int state);
14 NR::Point setup_for_drag_start(SPDesktop *desktop, SPEventContext* ec, GdkEvent *ev);
16 }
18 /*
19 Local Variables:
20 mode:c++
21 c-file-style:"stroustrup"
22 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
23 indent-tabs-mode:nil
24 fill-column:99
25 End:
26 */
27 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :