aboutsummaryrefslogtreecommitdiff
path: root/protocols/swaylock.xml
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-02 15:47:50 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-04-02 15:47:50 -0400
commitca11085c81703787078d81efc4cb796ae8be064a (patch)
treeec347f7f75b41a46a940020b2b799059c2360e90 /protocols/swaylock.xml
parent1cc3c9b9811277241a923a1c87ecea3cfcb308a4 (diff)
protocols: remove unused XML files
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 @@
-<protocol name="lock">
-
- <interface name="lock" version="1">
- <description summary="create lock screen UIs">
- The Weston desktop-shell protocol's locking functionality depends more
- on the behavior of the compositor than of a screen locking client, so
- another protocol is necessary.
- </description>
-
- <request name="set_lock_surface">
- <arg name="output" type="object" interface="wl_output"/>
- <arg name="surface" type="object" interface="wl_surface"/>
- </request>
-
- <request name="unlock"/>
-
- </interface>
-</protocol>