implement ds_tizen_remote_surface 18/283418/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 26 Oct 2022 07:04:21 +0000 (16:04 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 26 Oct 2022 08:06:19 +0000 (17:06 +0900)
commit17e22931b61836f3d4e6f829d0eb92346de638a8
tree39a345186859d3175092545eb237246585ab883a
parenta06b811bfa67b47b5a8f0d65e2face88f27face6
implement ds_tizen_remote_surface

This is the server implementation for tizen_remote_surface protocol.

Change-Id: I96bfae99814b9ac9331f510c5f378ed2a5c56c7e
include/libds-tizen/remote_surface.h [new file with mode: 0644]
packaging/libds-tizen.spec
src/meson.build
src/remote_surface/meson.build [new file with mode: 0644]
src/remote_surface/remote_surface.c [new file with mode: 0644]
tests/meson.build
tests/mockclient.cpp
tests/mockclient.h
tests/tc_remote_surface.cpp [new file with mode: 0644]