seat: Add ds_seat_set_keyboard() 07/278107/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 29 Jun 2022 07:19:52 +0000 (16:19 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:08:59 +0000 (14:08 +0900)
commitee6c90399c436d8be4c86527a7de964fb78f2f53
treebc964c75c283a953affa3cb318fe710e1fc1e58c
parent19f25a8373a5cf8dbb7b399a28ed89c4e938d015
seat: Add ds_seat_set_keyboard()

The ds_seat_set_keyboard() enables a seat to refer to a ds_keyboard, so
that the seat reads keymap and repeat info from ds_keyboard and then
sends them to the wayland clients.

Change-Id: Ic20fa041f391d0f8c73c8a6818505525701e3929
include/libds/seat.h
src/keyboard.c
src/keyboard.h [new file with mode: 0644]
src/seat/seat_keyboard.c
src/seat/seat_private.h