Code

fix cursor placement logic
[inkscape.git] / src / dialogs / in-dt-coordsys.h
1 #ifndef SEEN_IN_DT_COORDSYS
2 #define SEEN_IN_DT_COORDSYS
3 #include "forward.h"
5 bool in_dt_coordsys(SPObject const &item);
7 #endif /* !SEEN_IN_DT_COORDSYS */
9 /*
10   Local Variables:
11   mode:c++
12   c-file-style:"stroustrup"
13   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
14   indent-tabs-mode:nil
15   fill-column:99
16   End:
17 */
18 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :