Added copyright lines for files I've edited this year.
[synfig.git] / synfig-studio / trunk / src / gtkmm / workarea.h
index 8769789..872d5fd 100644 (file)
@@ -6,7 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
-**     Copyright (c) 2007 Chris Moore
+**     Copyright (c) 2007, 2008 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
@@ -227,6 +227,7 @@ private:
        bool canceled_;
 
        int quality;
+       int low_res_pixel_size;
 
        bool dirty_trap_enabled;
 
@@ -406,8 +407,10 @@ public:
        void popup_menu();
 
        int get_quality()const { return quality; }
+       int get_low_res_pixel_size()const { return low_res_pixel_size; }
 
        void set_quality(int x);
+       void set_low_res_pixel_size(int x);
 
 
        int get_w()const { return w; }