shell: implement wl_shell_interface 96/278196/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 16 May 2022 08:39:29 +0000 (17:39 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:43 +0000 (14:58 +0900)
commit939403b95d4b122e256c25f4fa9d90b7c3a343e5
tree2bc95437511644e58b4de271851a70c60f313f7d
parent68b858cbaf85f370bcd9241d3ae42d7f58485f41
shell: implement wl_shell_interface

ds_shell and ds_shell_surface are resources which implement the
wl_shell_interface and wl_shell_surface_interface.

Change-Id: I551324b8f14a3aa77c920cece19e15a12e8d9981
include/libds/shell.h [new file with mode: 0644]
src/libds/meson.build
src/libds/shell.c [new file with mode: 0644]
src/libds/shell.h [new file with mode: 0644]
src/libds/shell_surface.c [new file with mode: 0644]