From d07fdc3751b45a0e8306ba90eef35b6117d339b9 Mon Sep 17 00:00:00 2001 From: tanliang Date: Thu, 11 Sep 2025 19:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=86=E6=A0=8F=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E5=85=A8=E5=B1=8F=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tanliang --- interfaces/innerkits/wm/window.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/interfaces/innerkits/wm/window.h b/interfaces/innerkits/wm/window.h index 478e0d23d6..2460d44383 100644 --- a/interfaces/innerkits/wm/window.h +++ b/interfaces/innerkits/wm/window.h @@ -4589,6 +4589,13 @@ public: { return false; } + + /** + * @brief notify window is full screen in force split mode. + * + * @param shouldFullScreen true means full screen, false means force split. + */ + virtual void NotifyIsFullScreenInForceSplitMode(bool isFullScreen) {} }; } } -- Gitee