aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-01-15 19:18:58 +0000
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2011-01-15 19:18:58 +0000
commit867088f57e6b312780ff3c21861503cb66e94c6f (patch)
tree9577234135b36d2681d4b4aa466fe683a12c3a01 /dw/fltkviewbase.hh
parentf4b2ec9608576d4442c79780b64747548bb61a74 (diff)
view changes
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh5
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;