diff options
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r-- | dw/fltkviewbase.hh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index fcc2b43d..4c1f98d8 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -21,13 +21,9 @@ private: static ::fltk::Image *backBuffer; static bool backBufferInUse; - void drawRectangle (const core::Rectangle *rect, bool doubleBuffer); + void draw (const core::Rectangle *rect, bool doubleBuffer); void drawChildWidgets (); -public: - time_t lastDraw; - time_t drawDelay; - protected: core::Layout *theLayout; int canvasWidth, canvasHeight; @@ -54,7 +50,6 @@ public: void finishDrawing (core::Rectangle *area); void queueDraw (core::Rectangle *area); void queueDrawTotal (); - void drawTotal (); void cancelQueueDraw (); void drawPoint (core::style::Color *color, core::style::Color::Shading shading, |