Code

gtk adjustment fix
[inkscape.git] / src / desktop-affine.h
1 #ifndef __SP_DESKTOP_AFFINE_H__
2 #define __SP_DESKTOP_AFFINE_H__
4 /*
5  * Desktop transformations
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * Copyright (C) 1999-2002 Lauris Kaplinski
11  * Copyright (C) 2000-2001 Ximian, Inc.
12  *
13  * Released under GNU GPL, read the file 'COPYING' for more information
14  */
16 #include "desktop.h"
18 #define sp_desktop_dt2doc_affine(desktop)          desktop->dt2doc()
19 #define sp_desktop_dt2doc_xy_point(desktop,point)  desktop->dt2doc(point)
21 #endif
23 /*
24   Local Variables:
25   mode:c++
26   c-file-style:"stroustrup"
27   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
28   indent-tabs-mode:nil
29   fill-column:99
30   End:
31 */
32 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :