diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 19:22:10 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-02 19:22:10 -0400 |
commit | a89096278b3dee599d75b7e91810a354b90a0ecb (patch) | |
tree | 69bb7208e42acab112048192f3a93557c6658186 /protocols/swaylock.xml | |
parent | d434da563239c43c5fe417ce83b23b417f2ab635 (diff) | |
parent | 64b9b4b1556c1c45273bfbe0ae1c92245414cfed (diff) |
Merge branch 'wlroots' into split-containers
Diffstat (limited to 'protocols/swaylock.xml')
-rw-r--r-- | protocols/swaylock.xml | 18 |
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> |