summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-05-18 18:30:44 +0200
committerJan Holesovsky <kendy@collabora.com>2015-05-18 18:34:15 +0200
commit0fc56aad09861a6d94246a3fa047fef70c79f8d9 (patch)
tree389afbf233ea02712477669d060e02612451a2c8 /vcl/inc
parent36b06104f7955f6f39fd87f175e8f9482695ae0b (diff)
rendercontext: Per-widget double-buffering for the cases we know that work.
Uses a variable, not a virtual method, as any change would need a large re-compile. Change-Id: I103669b139a82137c5d346ab8c9459483d358f2b
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index d73f3e10a3bc..48fea9eb74d8 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -368,7 +368,8 @@ public:
mbExpand:1,
mbFill:1,
mbSecondary:1,
- mbNonHomogeneous:1;
+ mbNonHomogeneous:1,
+ mbDoubleBuffering:1;
vcl::RenderSettings maRenderSettings;