Add ds_seat 89/278189/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:58:38 +0000 (14:58 +0900)
commit7a6443887bc2bc35bc7f0e7187101a209e79c553
tree6ae0238eb7cefd239cf7ad2b800437467d56356f
parent3cebcc6d2ee3536c4c076959a7703e9866f891ac
Add ds_seat

ds_seat abstracts wl_seat protocol of server implementation.

Change-Id: Ic3dcf2c9c374af762c2fbeccbe0f2174b9b1be3d
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