From b5cd87a153aa0896bdcfd13df5a92893912edf02 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Fri, 2 Sep 2022 10:52:41 +0800 Subject: [PATCH] refactor remote window, add RSProxyNode/RSProxyRenderNode Signed-off-by: Zhang Peng Change-Id: I555aeb4a189d6be89f058339e72943d586ae62d7 --- .../screenclient/src/screen_client_window_adapter.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/screenclient/src/screen_client_window_adapter.cpp b/services/screenclient/src/screen_client_window_adapter.cpp index 8499d197..323bae2a 100644 --- a/services/screenclient/src/screen_client_window_adapter.cpp +++ b/services/screenclient/src/screen_client_window_adapter.cpp @@ -15,15 +15,15 @@ #include "screen_client_window_adapter.h" -#include "rs_surface_node.h" -#include "transaction/rs_interfaces.h" -#include "window_option.h" -#include "wm_common.h" - #include "dscreen_constants.h" #include "dscreen_errcode.h" #include "dscreen_hisysevent.h" #include "dscreen_log.h" +#include "rs_surface_node.h" +#include "transaction/rs_interfaces.h" +#include "transaction/rs_transaction_proxy.h" +#include "window_option.h" +#include "wm_common.h" namespace OHOS { namespace DistributedHardware { -- Gitee