Use libds for implementation of wayland core protocols 82/295982/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 21 Feb 2023 06:42:37 +0000 (15:42 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 18 Jul 2023 04:40:27 +0000 (13:40 +0900)
commit5ac428903bdd24e5b3454ba86c2c531c6b2c8e8b
tree1ad93afdae2c0e1cad63e8cb58b9e82d440adcc6
parent1e5e6c8cc40ae59cbac59745b1a34f53f19e63a0
Use libds for implementation of wayland core protocols

This patch replaces following implementations of wayland protocols with
libds:

  wl_tbm, wl_buffer, wl_compositor, wl_region, wl_surface, wl_subsurface

Change-Id: Idf985dbfe585c75313b06d3ec328f657034c6961
16 files changed:
configure.ac
src/bin/Makefile.mk
src/bin/e_client.c
src/bin/e_comp.h
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_comp_wl_buffer.c
src/bin/e_comp_wl_buffer.h
src/bin/e_comp_wl_private.h
src/bin/e_comp_wl_subsurface.c
src/bin/e_comp_wl_subsurface.h
src/bin/e_comp_wl_tbm.c
src/bin/e_comp_wl_tbm.h
src/bin/e_compositor.c [new file with mode: 0644]
src/bin/e_compositor.h [new file with mode: 0644]
src/bin/e_policy_wl.c