summaryrefslogtreecommitdiff
path: root/vcl/README.vars
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-26 20:10:21 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-26 21:34:49 +0200
commitd76bd987ca2b853b85a9464787ae1fdc19321f5b (patch)
tree4cf17441be1d8964b378ebb04d161a29f4b409d6 /vcl/README.vars
parente17302a110c0dd143a4ea11855a3d2c736e49fdd (diff)
Do not check for SAL_NO_COMMON_LAYOUT any more
It has no effect except on Windows, and this will go out soon. Change-Id: I238518624e3288dea259e5ec9d5d76c8f691fd8c
Diffstat (limited to 'vcl/README.vars')
-rw-r--r--vcl/README.vars1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/README.vars b/vcl/README.vars
index d50a03b11a7e..e97d85dcf8ba 100644
--- a/vcl/README.vars
+++ b/vcl/README.vars
@@ -6,7 +6,6 @@ SAL_USE_VCLPLUGIN - use a VCL plugin
SAL_NO_NWF - disable native widgets
SAL_FORCEDPI - force a specific DPI (gtk & gtk3 plugins only)
SAL_FORCE_HC - force high-contrast mode
-SAL_NO_COMMON_LAYOUT - disable CommonSalLayout layout engine for text layout
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