Code

Prevent localized doubles from being written into filter matrices
[inkscape.git] / src / inkscape.h
index d820927542f8dbaf072a366dadec3c20235d0adc..64cee1560d5ca2fb0b8a6b0ea0b57b5d5b9b5cf4 100644 (file)
@@ -41,6 +41,9 @@ bool inkscape_save_menus (Inkscape::Application * inkscape);
 Inkscape::XML::Node *inkscape_get_menus (Inkscape::Application * inkscape);
 
 Inkscape::Application *inkscape_get_instance();
+gboolean inkscape_use_gui();
+
+bool inkscapeIsCrashing();
 
 SPDesktop * inkscape_find_desktop_by_dkey (unsigned int dkey);
 
@@ -94,4 +97,4 @@ void inkscape_exit (Inkscape::Application *inkscape);
   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 :