shell: implement wl_shell_interface 82/278082/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:08:38 +0000 (14:08 +0900)
commita002a9cf36b0c0e691d4f9aa5494a119a4d485ff
treeedfbd7f83d8b8949826eb289ad68daff6fa49c37
parenteb92ef1fe647d00c1412d942e1f6d33126b3308d
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: I1064d0b431bdf1fd734353b58bc7994d202e9c57
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]