aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-09 15:26:45 +0200
committerjcid <devnull@localhost>2008-10-09 15:26:45 +0200
commit4fea52451363423ccb2ddb74f374f265f38b1755 (patch)
tree6bf82be1582627de70043325db6b84e8daca9da9 /dw/fltkviewbase.hh
parent7ed06b326e8dbffd2af13ea3061576046ac1f2d4 (diff)
- Added the double-buffer as preference patch.
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index 09bcce39..fcc2b43d 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -75,6 +75,7 @@ public:
core::View *getClippingView (int x, int y, int width, int height);
void mergeClippingView (core::View *clippingView);
+ void setBufferedDrawing (bool b);
};