Before this fix, PasteCanvas' "time offset" values were being reflected in the positi...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index 98c1da8..8ed0931 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -183,6 +184,8 @@ public:
 
        static bool use_colorspace_gamma;
 
+       static bool single_threaded;
+
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
@@ -262,6 +265,7 @@ public:
        static synfig::String get_base_path();
        static void save_settings();
        static void load_settings();
+       static void reset_initial_window_configuration();
 
        static const std::list<std::string>& get_recent_files();