Add ds_seat 75/278075/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 20 Apr 2022 01:11:12 +0000 (10:11 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:08:28 +0000 (14:08 +0900)
commit131e6795de02b25e4d658a2ee5768846fed9135a
treedb6b4c82899e070ac2e85934d022708d70611f7a
parente09bfcdb21652e640dd571379211593c3eb28778
Add ds_seat

ds_seat abstracts wl_seat protocol of server implementation.

Change-Id: Ie2a7a14c67f0369839a4e878942c9356ff2a53a5
12 files changed:
include/libds/interfaces/keyboard.h
include/libds/keyboard.h
include/libds/seat.h [new file with mode: 0644]
src/libds/meson.build
src/libds/seat.h [new file with mode: 0644]
src/libds/seat/seat.c [new file with mode: 0644]
src/libds/seat/seat_keyboard.c [new file with mode: 0644]
src/libds/seat/seat_pointer.c [new file with mode: 0644]
src/libds/seat/seat_private.h [new file with mode: 0644]
src/libds/seat/seat_touch.c [new file with mode: 0644]
src/libds/surface.h
src/libds/surface/surface.c