summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-22 11:48:08 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-11-27 09:55:10 +0100
commit99bff8cf8f199cd5899134f12b499ce4ee9a4e82 (patch)
treef4c346d85d531aad00cc1667c871fdc69b6a70b4 /include/svtools
parentmake Skia use either Raster or Vulkan, depending on a setting (diff)
downloadcore-99bff8cf8f199cd5899134f12b499ce4ee9a4e82.tar.gz
core-99bff8cf8f199cd5899134f12b499ce4ee9a4e82.zip
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 'include/svtools')
-rw-r--r--include/svtools/restartdialog.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx
index 464e2ee2ec7f..6a5bc21a8c6d 100644
--- a/include/svtools/restartdialog.hxx
+++ b/include/svtools/restartdialog.hxx
@@ -57,6 +57,9 @@ enum RestartReason {
// For the OpenGL changes to take effect,
// %PRODUCTNAME must be restarted:
RESTART_REASON_OPENGL,
+ // For the Skia changes to take effect,
+ // %PRODUCTNAME must be restarted:
+ RESTART_REASON_SKIA,
// For the OpenCL changes to take effect,
// %PRODUCTNAME must be restarted:
RESTART_REASON_OPENCL,