Code

Merge from fe-moved
[inkscape.git] / src / dialogs / input.h
1 /** @file
2  * @brief  Extended input device dialog
3  */
4 /* Author:
5  *   Nicklas Lindgren <nili@lysator.liu.se>
6  *
7  * Copyright (C) 2005 Authors
8  *
9  * Released under GNU GPL, read the file 'COPYING' for more information
10  */
12 #ifndef SEEN_DIALOGS_INPUT_H
13 #define SEEN_DIALOGS_INPUT_H
15 void sp_input_load_from_preferences (void);
16 void sp_input_save_to_preferences (void);
17 void sp_input_dialog (void);
20 #endif
22 /*
23   Local Variables:
24   mode:c++
25   c-file-style:"stroustrup"
26   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
27   indent-tabs-mode:nil
28   fill-column:99
29   End:
30 */
31 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :