diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-10-31 00:20:34 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:36 +0100 |
commit | e0b846fb3a434923adfd76fef867610609a0daf8 (patch) | |
tree | 63e6682e82100bed8985537f06a3e47a466110d3 /officecfg/registry | |
parent | 29d685670ecc73c9ae52509eaeb2df0f228bfb2d (diff) |
add configuration value for VCL OpenGL backend
Change-Id: Ie23e31bec68e6f5ae3aab6ff5d6f19df5c2c9242
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 4e0f2a303360..e19df23e094c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -847,6 +847,18 @@ </group> </templates> <component> + <group oor:name="VCL"> + <info> + <desc>Contains settings for VCL.</desc> + </info> + <prop oor:name="UseOpenGL" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if OpenGL rendering should be used in VCL backends + supporting it.</desc> + </info> + <value>false</value> + </prop> + </group> <group oor:name="InternalMSExport"> <info> <desc>Contains internal MSExport settings that are common for all |