diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-17 22:25:45 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-17 22:31:16 +0100 |
commit | 9a33547d1462dcb0f9aae885e4160a4f42eeb94d (patch) | |
tree | b00af562bfac497652f7f30b6a25d434e4471914 /officecfg | |
parent | fdec5e9f9a42214918290d4a329c97e98826627a (diff) |
implement the ui part for the OpenGL config variables
Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 41c2601d18fd..4b5c789801d9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -858,6 +858,14 @@ </info> <value>false</value> </prop> + <prop oor:name="ForceOpenGL" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if OpenGL rendering should be used in VCL backends + supporting it. This one forces the use of OpenGL even if the + blacklist would block the OpenGL driver.</desc> + </info> + <value>false</value> + </prop> </group> <group oor:name="InternalMSExport"> <info> |