summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-18 11:25:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-18 11:26:07 +0000
commitd967cc35fd0c77d9f3dd0b3d0c7df850db6ec274 (patch)
tree4eb24ffea5dee094c72c569a5cfe5a83408bc992 /include/vcl/svapp.hxx
parentcoverity#1352441 silence Resource leak (diff)
downloadcore-d967cc35fd0c77d9f3dd0b3d0c7df850db6ec274.tar.gz
core-d967cc35fd0c77d9f3dd0b3d0c7df850db6ec274.zip
Resolves: tdf#97904 opengl stuff isn't implemented for gtk3
Change-Id: I1abbceebadf320f28955f54058b2d0ebfc79b9bc
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index dcb805739721..c4e06cbf5d8d 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -981,6 +981,12 @@ public:
*/
static OUString GetDisplayName();
+ /** Get the toolkit's name. e.g. gtk3
+
+ @returns The toolkit name.
+ */
+ static OUString GetToolkitName();
+
/** Get the number of screens available for the display.
@returns The number of screens available.