Branch libreoffice-5-0-4
[LibreOffice.git] / vcl / README.vars
blob0bbb73614d15838826132959fb5b22043ad1288d
1 Environment variables in VCL:
3 General
4 -------
5 SAL_USE_VCLPLUGIN - use a VCL plugin
6 SAL_NO_NWF - disable native widgets
7 SAL_FORCEDPI - force a specific DPI (gtk & gtk3 plugins only)
9 VCL_DOUBLEBUFFERING_AVOID_PAINT - don't paint the buffer, useful to see where we do direct painting
10 VCL_DOUBLEBUFFERING_FORCE_ENABLE - enable double buffered painting
12 VCL_HIDE_WINDOWS - don't draw windows
14 Bitmap
15 ------
16 VCL_NO_THREAD_SCALE - disable threaded bitmap scale
17 EMF_PLUS_DISABLE - use EMF rendering and ignore EMF+ specifics
19 OpenGL
20 ------
21 SAL_FORCEGL - force enable OpenGL
22 SAL_WITHOUT_WIDGET_CACHE - disable LRU caching of native widget texutres
23 SAL_DISABLE_GLYPH_CACHING - don't render glyphs through OpenGL textures
24 SAL_DISABLE_GL_WATCHDOG - don't start the thread that watches for broken GL drivers