Code

remove memory boundries on bitmap renderer, optimize memory usage
[inkscape.git] / src / dialogs / clonetiler.h
1 /** @file
2  * @brief Clone tiling dialog
3  */
4 /* Authors:
5  *   bulia byak <buliabyak@users.sf.net>
6  *
7  * Copyright (C) 2004 Authors
8  * Released under the GNU GPL, read the file 'COPYING' for more information
9  */
10 #ifndef __SP_CLONE_TILER_H__
11 #define __SP_CLONE_TILER_H__
13 #include <glib.h>
15 #include <gtk/gtkwidget.h>
17 void clonetiler_dialog       ( void );
19 #endif
21 /*
22   Local Variables:
23   mode:c++
24   c-file-style:"stroustrup"
25   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
26   indent-tabs-mode:nil
27   fill-column:99
28   End:
29 */
30 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :