From 8be94e6c6838455998e70a4762683f8fea85f528 Mon Sep 17 00:00:00 2001 From: gaoqiang_strong Date: Tue, 19 Jul 2022 21:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E4=BB=BB=E6=84=8F=E5=A4=A7=E5=B0=8F=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoqiang_strong --- services/screenclient/src/screen_client_window_adapter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/screenclient/src/screen_client_window_adapter.cpp b/services/screenclient/src/screen_client_window_adapter.cpp index 8b61b2f6..d306a95c 100644 --- a/services/screenclient/src/screen_client_window_adapter.cpp +++ b/services/screenclient/src/screen_client_window_adapter.cpp @@ -16,6 +16,7 @@ #include "screen_client_window_adapter.h" #include "rs_surface_node.h" +#include "transaction/rs_interfaces.h" #include "window_option.h" #include "wm_common.h" @@ -72,6 +73,7 @@ sptr ScreenClientWindowAdapter::CreateWindow(std::shared_ptrFlushImplicitTransaction(); std::shared_ptr listener = std::make_shared(ScreenClientInputEventListener()); window->AddInputEventListener(listener); -- Gitee