X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.h;h=dd823dda8fcd3f9c62eb1564fb85f196e61773ae;hb=e2d2732c368b92259bba1bef890223831d997b5b;hp=ac5cb541d8032d14c35013ce6e873d6c355c210f;hpb=3e255bcee92e6c1773081af46c3feff67aa34f55;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.h b/synfig-studio/trunk/src/gtkmm/app.h index ac5cb54..dd823dd 100644 --- a/synfig-studio/trunk/src/gtkmm/app.h +++ b/synfig-studio/trunk/src/gtkmm/app.h @@ -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 ------------------------------------------------------- */ @@ -334,6 +338,8 @@ public: static void dialog_help(); + 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); }; // END of class App