diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-19 09:35:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-08-19 09:35:45 +0200 |
commit | b83c4ea54c24e2ef8bfa899e3ba10c413bb0aa4a (patch) | |
tree | 246bceb3c3150d5310be62c220cd166db336d880 /vcl | |
parent | f1b0e36464a1b27cb7bdcea0e1c647f1e81b8d75 (diff) |
vcl: document VCL_DOUBLEBUFFERING_ENABLE
Change-Id: I209fbef9f2ee43031175b68bce86b51724dfeec7
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/README.vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/README.vars b/vcl/README.vars index 2749d869feef..b76b0517b07a 100644 --- a/vcl/README.vars +++ b/vcl/README.vars @@ -8,6 +8,7 @@ SAL_FORCEDPI - force a specific DPI (gtk & gtk3 plugins only) VCL_DOUBLEBUFFERING_AVOID_PAINT - don't paint the buffer, useful to see where we do direct painting VCL_DOUBLEBUFFERING_FORCE_ENABLE - enable double buffered painting +VCL_DOUBLEBUFFERING_ENABLE - enable a safe subset of double buffered painting (currently in Writer, not in any other applications) VCL_HIDE_WINDOWS - don't draw windows |