summaryrefslogtreecommitdiff
path: root/src/manager-lib
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2019-05-07 14:02:44 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2019-05-27 16:58:21 +0200
commit9469a03fd55097d98b51764e1ffb104c10170cd4 (patch)
tree14e8b0c8327a14e4e66d2e2a9f575317c8f25345 /src/manager-lib
parentbf31c558665fb39157438b5c13930900b91e6364 (diff)
downloadqtapplicationmanager-9469a03fd55097d98b51764e1ffb104c10170cd4.tar.gz
Add method to add Wayland extensions
The WindowManager API has been augmented with a method to add Wayland extensions, for instance to add the TextureSharingExtension. Change-Id: I61692e4d1c03016e75a8b103322208ed783ff83d Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/manager-lib')
-rw-r--r--src/manager-lib/applicationmanager.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/manager-lib/applicationmanager.cpp b/src/manager-lib/applicationmanager.cpp
index ca566c87..464b59ee 100644
--- a/src/manager-lib/applicationmanager.cpp
+++ b/src/manager-lib/applicationmanager.cpp
@@ -312,10 +312,8 @@
\readonly
This property starts with the value \c false and will change to \c true once the Wayland
- compositor is ready to accept connections from other processes. Please be aware that this
- will only happen either implicitly after the System-UI's main QML has been loaded or explicitly
- when calling WindowManager::registerCompositorView() from QML before the loading stage has
- completed.
+ compositor is ready to accept connections from other processes. In multi-process mode, this
+ happens implicitly after the System-UI's main QML has been loaded.
*/
enum Roles