desktop-handles.h revision 8dc6b492930cfe4333592d4b5179133201048b48
#ifndef SEEN_SP_DESKTOP_HANDLES_H
#define SEEN_SP_DESKTOP_HANDLES_H
/*
* Frontends
*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
* Copyright (C) 1999-2002 Lauris Kaplinski
* Copyright (C) 2000-2001 Ximian, Inc.
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
}
}
}
struct SPCanvas;
struct SPCanvasGroup;
struct SPCanvasItem;
}
#define SP_DESKTOP_ZOOM_MAX 256.0
#define SP_DESKTOP_ZOOM_MIN 0.01
#define SP_COORDINATES_UNDERLINE_NONE (0)
#endif // SEEN_SP_DESKTOP_HANDLES_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :