Skip to content

Commit d1b6feb

Browse files
authored
Merge pull request #37 from mahkoh/bot/update-protocols
Update protocols
2 parents 48303a7 + 4a34044 commit d1b6feb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

protocols/river-protocols/river-input-management-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="configure input devices">
25+
<description summary="manage seats and input devices">
2626
This protocol supports creating/destroying seats, assigning input devices to
2727
seats, and configuring input devices (e.g. setting keyboard repeat rate).
2828

protocols/river-protocols/river-xkb-config-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="configure xkbcommon keyboard state">
25+
<description summary="configure xkbcommon keyboards">
2626
This protocol allow a client to set the xkbcommon keymap of individual
2727
keyboard input devices. It also allows switching between the layouts of a
2828
keymap and toggling capslock/numlock state.

wl-proxy/src/protocols/river_input_management_v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! configure input devices
1+
//! manage seats and input devices
22
//!
33
//! This protocol supports creating/destroying seats, assigning input devices to
44
//! seats, and configuring input devices (e.g. setting keyboard repeat rate).

wl-proxy/src/protocols/river_xkb_config_v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! configure xkbcommon keyboard state
1+
//! configure xkbcommon keyboards
22
//!
33
//! This protocol allow a client to set the xkbcommon keymap of individual
44
//! keyboard input devices. It also allows switching between the layouts of a

0 commit comments

Comments
 (0)