Skip to content

Commit 34ec326

Browse files
mahkohgithub-actions[bot]
authored andcommitted
Update protocols
1 parent d1b6feb commit 34ec326

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

protocols/river-protocols/river-layer-shell-v1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2323
IN THE SOFTWARE.
2424
</copyright>
25-
<description summary="layer shell support for river">
25+
<description summary="optional layer shell support">
2626
This protocol allows the river-window-management-v1 window manager to
27-
support the wlr-layer-shell-v1 protocol.
27+
support the wlr-layer-shell-unstable-v1 protocol.
2828

2929
The key words "must", "must not", "required", "shall", "shall not",
3030
"should", "should not", "recommended", "may", and "optional" in this

protocols/river-protocols/river-libinput-config-v1.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
documentation should be referred to for detailed information on libinput's
2828
behavior.
2929

30+
Note that the compositor will not be able to expose libinput devices through
31+
this protocol when it does not have access to the hardware, for example when
32+
running nested in another Wayland compositor or X11 session.
33+
3034
This protocol is designed so that (hopefully) any backwards compatible
3135
change to libinput's API can be matched with a backwards compatible change
3236
to this protocol.

protocols/river-protocols/river-xkb-bindings-v1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2323
IN THE SOFTWARE.
2424
</copyright>
25-
<description summary="define xkbcommon-based key bindings">
25+
<description summary="xkbcommon-based key bindings">
2626
This protocol allows the river-window-management-v1 window manager to
2727
define key bindings in terms of xkbcommon keysyms and other configurable
2828
properties.

wl-proxy/src/protocols/river_layer_shell_v1.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
//! layer shell support for river
1+
//! optional layer shell support
22
//!
33
//! This protocol allows the river-window-management-v1 window manager to
4-
//! support the wlr-layer-shell-v1 protocol.
4+
//! support the wlr-layer-shell-unstable-v1 protocol.
55
//!
66
//! The key words "must", "must not", "required", "shall", "shall not",
77
//! "should", "should not", "recommended", "may", and "optional" in this

wl-proxy/src/protocols/river_libinput_config_v1.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
//! documentation should be referred to for detailed information on libinput's
55
//! behavior.
66
//!
7+
//! Note that the compositor will not be able to expose libinput devices through
8+
//! this protocol when it does not have access to the hardware, for example when
9+
//! running nested in another Wayland compositor or X11 session.
10+
//!
711
//! This protocol is designed so that (hopefully) any backwards compatible
812
//! change to libinput's API can be matched with a backwards compatible change
913
//! to this protocol.

wl-proxy/src/protocols/river_xkb_bindings_v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! define xkbcommon-based key bindings
1+
//! xkbcommon-based key bindings
22
//!
33
//! This protocol allows the river-window-management-v1 window manager to
44
//! define key bindings in terms of xkbcommon keysyms and other configurable

0 commit comments

Comments
 (0)