X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Finterface.h;h=01732e911002afab5952ba629790d5e398e2be17;hb=9dc68827cbd515262ecb8d5ae8547d9e82c72e00;hp=becaf67b35530b00969553f169692168da4ea157;hpb=c87d0307348fcfdc65b6b4ab6999a3cb0de2431f;p=inkscape.git diff --git a/src/interface.h b/src/interface.h index becaf67b3..01732e911 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,5 +1,5 @@ -#ifndef __SP_INTERFACE_H__ -#define __SP_INTERFACE_H__ +#ifndef SEEN_SP_INTERFACE_H +#define SEEN_SP_INTERFACE_H /* * Main UI stuff @@ -7,6 +7,7 @@ * Authors: * Lauris Kaplinski * Frank Felfe + * Abhishek Sharma * * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. @@ -17,12 +18,12 @@ #include #include "forward.h" - +#include "sp-item.h" /** * Create a new document window. */ -void sp_create_window (SPViewWidget *vw, bool editable); +void sp_create_window (SPViewWidget *vw, gboolean editable); /** * @@ -69,9 +70,7 @@ void sp_ui_dialog_title_string (Inkscape::Verb * verb, gchar* c); void sp_ui_error_dialog (const gchar * message); bool sp_ui_overwrite_file (const gchar * filename); -void sp_ui_shortcut_string (unsigned int shortcut, gchar* c); - -#endif +#endif // SEEN_SP_INTERFACE_H /* Local Variables: @@ -82,4 +81,4 @@ void sp_ui_shortcut_string (unsigned int shortcut, gchar* c); fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :