summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-30 13:12:34 +0300
committerTor Lillqvist <tml@collabora.com>2015-03-30 16:01:38 +0300
commit038d13ef848e0c773d531048637d760395a56d9f (patch)
tree2b6a5e97c5894f41802a642e7090f4b2fe7c3046 /include/vcl/svapp.hxx
parent3d177c7b6dae0af7d2e4822b3812757c9f65a0c3 (diff)
Introduce vcl::IsWindowSystemAvailable()
Change-Id: I6e3f804833db7487ddf7ba75c43d15017dcbe1ba
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index bca677ab9ce9..3ef9677dad82 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1706,6 +1706,13 @@ inline void Application::EndYield()
PostUserEvent( Link() );
}
+namespace vcl
+{
+
+VCL_DLLPUBLIC bool IsWindowSystemAvailable();
+
+}
+
#endif // _APP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */