diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-18 11:25:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-18 11:26:07 +0000 |
commit | d967cc35fd0c77d9f3dd0b3d0c7df850db6ec274 (patch) | |
tree | 4eb24ffea5dee094c72c569a5cfe5a83408bc992 /include/vcl | |
parent | f752a223d19fd52d4e1dd7defa3e134388458f18 (diff) |
Resolves: tdf#97904 opengl stuff isn't implemented for gtk3
Change-Id: I1abbceebadf320f28955f54058b2d0ebfc79b9bc
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/svapp.hxx | 6 |
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. |