summaryrefslogtreecommitdiffstats
path: root/protocols/swaylock.xml
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-02 15:54:17 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-02 15:54:17 -0400
commit53aead266bb483b1aa987138a2d1658c332d0120 (patch)
treeec347f7f75b41a46a940020b2b799059c2360e90 /protocols/swaylock.xml
parentMerge pull request #1699 from acrisci/seat-fixes (diff)
parentprotocols: remove unused XML files (diff)
downloadsway-53aead266bb483b1aa987138a2d1658c332d0120.tar.gz
sway-53aead266bb483b1aa987138a2d1658c332d0120.tar.zst
sway-53aead266bb483b1aa987138a2d1658c332d0120.zip
Merge pull request #1701 from emersion/remove-xdg-shell-xml
protocols: remove xdg-shell XML file
Diffstat (limited to 'protocols/swaylock.xml')
-rw-r--r--protocols/swaylock.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/protocols/swaylock.xml b/protocols/swaylock.xml
deleted file mode 100644
index c7a102dd..00000000
--- a/protocols/swaylock.xml
+++ /dev/null
@@ -1,18 +0,0 @@
1<protocol name="lock">
2
3 <interface name="lock" version="1">
4 <description summary="create lock screen UIs">
5 The Weston desktop-shell protocol's locking functionality depends more
6 on the behavior of the compositor than of a screen locking client, so
7 another protocol is necessary.
8 </description>
9
10 <request name="set_lock_surface">
11 <arg name="output" type="object" interface="wl_output"/>
12 <arg name="surface" type="object" interface="wl_surface"/>
13 </request>
14
15 <request name="unlock"/>
16
17 </interface>
18</protocol>