From 23bb9d822410a57554f1f230cceceaa99d0a862c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yi=E7=82=B9?= <10929815+yqyqds@user.noreply.gitee.com> Date: Sat, 6 Sep 2025 18:01:26 +0800 Subject: [PATCH] resize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yi点 <10929815+yqyqds@user.noreply.gitee.com> --- wm/src/window_session_impl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wm/src/window_session_impl.cpp b/wm/src/window_session_impl.cpp index 8a31c8bd25..6af911d660 100644 --- a/wm/src/window_session_impl.cpp +++ b/wm/src/window_session_impl.cpp @@ -76,6 +76,7 @@ constexpr uint32_t OPAQUE = 0xFF000000; constexpr int32_t WINDOW_CONNECT_TIMEOUT = 1000; constexpr int32_t WINDOW_LIFECYCLE_TIMEOUT = 100; + /* * DFX */ -- Gitee