X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.h;h=5dba4f3b88cc10738774d1bfe948edaed209246e;hb=c32e2b504c038b834fec5a169b0bdf46a91be987;hp=adeef35d95767e5be502b9a4e53d0977fca0320b;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.h b/synfig-studio/trunk/src/gtkmm/app.h index adeef35..5dba4f3 100644 --- a/synfig-studio/trunk/src/gtkmm/app.h +++ b/synfig-studio/trunk/src/gtkmm/app.h @@ -44,7 +44,7 @@ #include #include -#include "iconcontroler.h" +#include "iconcontroller.h" /* === M A C R O S ========================================================= */ @@ -99,9 +99,9 @@ class IPC; class Module; class StateManager; -class IconControler; +class IconController; -class App : public Gtk::Main, private IconControler +class App : public Gtk::Main, private IconController { friend class Preferences; friend class Dialog_Setup; @@ -184,6 +184,8 @@ public: static bool use_colorspace_gamma; + static bool single_threaded; + /* -- ** -- S I G N A L S ------------------------------------------------------- */ @@ -325,6 +327,8 @@ public: static synfig::String get_config_file(const synfig::String& file); }; // END of class App + void delete_widget(Gtk::Widget *widget); + }; // END namespace studio /* === E N D =============================================================== */