Add new icon for the reset colors button and change the code to use it. Icon by genete.
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index 65a737e..f3d7338 100644 (file)
@@ -191,10 +191,14 @@ public:
 
        static bool use_colorspace_gamma;
 
+#ifdef SINGLE_THREADED
        static bool single_threaded;
+#endif
 
        static bool restrict_radius_ducks;
 
+       static synfig::String browser_command;
+
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
@@ -249,6 +253,7 @@ public:
        */
 
 private:
+       static void add_recent_file(const std::string &filename, const std::string &window_size = std::string());
 
        /*
  -- ** -- P U B L I C   M E T H O D S -----------------------------------------
@@ -269,7 +274,8 @@ public:
 
        static Glib::RefPtr<UIManager>& ui_manager() { return ui_manager_; }
 
-       static void add_recent_file(const std::string &filename);
+       static void set_recent_file_window_size(etl::handle<Instance> instance);
+       static void add_recent_file(const etl::handle<Instance> instance);
 
        static synfig::String get_base_path();
        static void save_settings();
@@ -334,7 +340,7 @@ public:
 
        static void dialog_help();
 
-       static bool open_url(const std::string &url);
+       static void open_url(const std::string &url);
 
        static synfig::String get_user_app_directory();
        static synfig::String get_config_file(const synfig::String& file);