From d967cc35fd0c77d9f3dd0b3d0c7df850db6ec274 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 18 Feb 2016 11:25:26 +0000 Subject: Resolves: tdf#97904 opengl stuff isn't implemented for gtk3 Change-Id: I1abbceebadf320f28955f54058b2d0ebfc79b9bc --- include/vcl/svapp.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/vcl') 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. -- cgit