diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-20 23:01:11 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-20 23:09:27 +0100 |
commit | 9639fc200b5c0779b1e60d04aa15f8f2e7868724 (patch) | |
tree | f2b142c87603e7f6122a1738c31712186a85cf09 /officecfg | |
parent | b1878ab683adeff6d151617fcd8f4a4530366e0e (diff) |
enable opengl by default for Windows
Change-Id: I8683db0b038e89c1c9b4b723f31a205e80d9be6a
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 29f81ae4809c..7cf3e975e6dd 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -123,6 +123,13 @@ <value>${DICT_REPO_URL}</value> </prop> </node> + <node oor:name="VCL"> + <prop oor:name="UseOpenGL" oor:type="xs:boolean"> + <value install:module="macosx">false</value> + <value install:module="unx">false</value> + <value install:module="wnt">true</value> + </prop> + </node> <node oor:name="I18N"> <node oor:name="CTL"> <prop oor:name="CTLFont" install:module="ctl"> |