Use the TILE_SIZE defined in target_tile.h.
[synfig.git] / synfig-studio / trunk / src / gtkmm / workarea.h
index fa9ef0f..8769789 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 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
@@ -257,6 +258,8 @@ public:
        bool get_canceled()const { return canceled_; }
        bool get_queued()const { return queued; }
        bool get_rendering()const { return rendering; }
+       bool get_updating()const;
+       void stop_updating(bool cancel = false);
        bool get_full_frame()const { return full_frame; }
        //int get_w()const { return w; }
        //int get_h()const { return h; }
@@ -276,6 +279,9 @@ public:
        // used in renderer_guides.cpp
        GuideList::iterator curr_guide;
 
+       // used in renderer_timecode.cpp
+       int timecode_width, timecode_height;
+
        /*
  -- ** -- P R I V A T E   M E T H O D S ---------------------------------------
        */