diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-22 11:48:08 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:10 +0100 |
commit | 99bff8cf8f199cd5899134f12b499ce4ee9a4e82 (patch) | |
tree | f4c346d85d531aad00cc1667c871fdc69b6a70b4 /officecfg | |
parent | fb6a2d3afb67481565c666c10eee0a875808d803 (diff) |
add GUI and configuration options for Skia
Pretty much a copy&paste of OpenGL. There are no settings for choosing
which backend Skia should use, as the plan is that simply the "best"
one will be selected.
Change-Id: I44fa876ab85de98de482a6ed9f814024334686ce
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index cebb7d7ec0ef..c8bdec0fd74e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -865,6 +865,21 @@ </info> <value>false</value> </prop> + <prop oor:name="UseSkia" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if Skia rendering should be used in VCL backends + supporting it.</desc> + </info> + <value>false</value> + </prop> + <prop oor:name="ForceSkia" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if Skia rendering should be used in VCL backends + supporting it. This one forces the use of Skia even if the + blacklist would block the driver.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="AnimationsEnabled" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Defines if the user interface animations (like "walking ant" |