summaryrefslogtreecommitdiff
path: root/protocol/workspaces.xml
blob: 22f4802b69f29249067582cf508269b5f1db9ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<protocol name="workspaces">

  <interface name="workspace_manager" version="1">
    <description summary="workspaces manager">
      An interface for managing surfaces in workspaces.
    </description>

    <request name="move_surface">
      <description summary="move surface to workspace">
	Move the given surface to the specified workspace.
      </description>
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="workspace" type="uint"/>
    </request>

    <event name="state">
      <description summary="workspace state">
	The current workspace state, such as current workspace and workspace
	count, has changed.
      </description>
      <arg name="current" type="uint"/>
      <arg name="count" type="uint"/>
    </event>

  </interface>

</protocol>