diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-01-15 19:18:58 +0000 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-01-15 19:18:58 +0000 |
commit | 867088f57e6b312780ff3c21861503cb66e94c6f (patch) | |
tree | 9577234135b36d2681d4b4aa466fe683a12c3a01 /dw/fltkviewbase.hh | |
parent | f4b2ec9608576d4442c79780b64747548bb61a74 (diff) |
view changes
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r-- | dw/fltkviewbase.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index f554a74d..ccdc86ef 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -20,12 +20,13 @@ private: int bgColor; core::Region drawRegion; - ::fltk::Rectangle *exposeArea; + //::fltk::Rectangle *exposeArea; static Fl_Image *backBuffer; static bool backBufferInUse; void draw (const core::Rectangle *rect, DrawType type); void drawChildWidgets (); +#if 0 inline void clipPoint (int *x, int *y, int border) { if (exposeArea) { if (*x < exposeArea->x () - border) @@ -38,7 +39,7 @@ private: *y = exposeArea->b () + border; } } - +#endif protected: core::Layout *theLayout; int canvasWidth, canvasHeight; |