aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/windowmanager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/windowmanager.xml')
-rw-r--r--interfaces/windowmanager.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/interfaces/windowmanager.xml b/interfaces/windowmanager.xml
index c86c8e7..5aac541 100644
--- a/interfaces/windowmanager.xml
+++ b/interfaces/windowmanager.xml
@@ -17,8 +17,10 @@
<method name="addLayout">
<arg name="layoutId" type="i" direction="in"/>
<arg name="layoutName" type="s" direction="in"/>
+ <arg name="isFullScreen" type="b" direction="in"/>
+ <arg name="associatedFullScreenLayout" type="i" direction="in"/>
<arg name="surfaceAreas" type="a(iiii)" direction="in"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QList&lt;SimpleRect&gt;"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.In4" value="QList&lt;SimpleRect&gt;"/>
<arg name="error" type="i" direction="out"/>
</method>
<method name="getAvailableLayouts">
@@ -26,6 +28,14 @@
<arg name="layoutIds" type="ai" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
</method>
+ <method name="isLayoutFullScreen">
+ <arg name="layoutId" type="i" direction="in"/>
+ <arg name="fullScreen" type="b" direction="out"/>
+ </method>
+ <method name="getAssociatedFullScreenLayout">
+ <arg name="layoutId" type="i" direction="in"/>
+ <arg name="associatedFullScreenLayout" type="i" direction="out"/>
+ </method>
<method name="setLayoutById">
<arg name="layoutId" type="i" direction="in"/>
</method>