X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.h;h=d1c4e3b225828918bdb278c4f125dbc897419f4b;hb=7c3682a6d1bb940fd74e9e327bbc2dd3a8fdb504;hp=cc04a0645982ec3bd5b3c0f3b74aa2984c333ad8;hpb=3484095c16bf58e9d8a27cf14bbd971a5b504c38;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.h b/synfig-studio/trunk/src/gtkmm/app.h index cc04a06..d1c4e3b 100644 --- a/synfig-studio/trunk/src/gtkmm/app.h +++ b/synfig-studio/trunk/src/gtkmm/app.h @@ -7,6 +7,7 @@ ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** Copyright (c) 2007, 2008 Chris Moore +** Copyright (c) 2008 Carlos López ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -198,7 +199,10 @@ public: static bool restrict_radius_ducks; static synfig::String browser_command; - + static synfig::String custom_filename_prefix; + static int preferred_x_size; + static int preferred_y_size; + static synfig::String predefined_size; /* -- ** -- S I G N A L S ------------------------------------------------------- */