Modify remote surface create request 59/211359/5
authorhyunho <hhstark.kang@samsung.com>
Fri, 2 Aug 2019 01:22:46 +0000 (10:22 +0900)
committerhyunho <hhstark.kang@samsung.com>
Fri, 2 Aug 2019 05:56:08 +0000 (14:56 +0900)
commit03b74e26fbecb79933351ed863964766a6c159dc
tree689ca8a5b6ca5a40b311b90a7fd2c65a0728efe9
parent5895dbab184a5f757e89fcab904ce69964de4f5a
Modify remote surface create request

The surface should be created with window surface to tell
consumer window.

Also, the custom launching animation needs this feature.

Change-Id: Ifbcc16b520fda6cc2a64fa3a716cfc34333f68d3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
13 files changed:
screen_connector_provider/src/screen_connector_provider.c
screen_connector_remote_surface/remote_surface.cc
screen_connector_remote_surface/remote_surface.h
screen_connector_remote_surface/remote_surface_implementation.h
screen_connector_remote_surface/remote_surface_manager.cc
screen_connector_remote_surface/remote_surface_manager_internal.h
screen_connector_remote_surface_evas/remote_surface_evas.cc
screen_connector_remote_surface_evas/remote_surface_mixed.cc
screen_connector_remote_surface_evas/util.cc [new file with mode: 0644]
screen_connector_remote_surface_evas/util.h [new file with mode: 0644]
screen_connector_watcher/include/screen_connector_toolkit.h
screen_connector_watcher/src/screen_connector_toolkit.cc
unittest/src/sc_remote_surface_test.cpp