From 8ac53a6c1b125f9d2922ab9343f12a08c4a67019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Sun, 24 Apr 2022 08:50:33 +0000 Subject: [PATCH] fixed 63908cf from https://gitee.com/ge-yafang/docs/pulls/3446 update en/application-dev/windowmanager/window-overview.md. Signed-off-by: @ge-yafang --- en/application-dev/windowmanager/window-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/windowmanager/window-overview.md b/en/application-dev/windowmanager/window-overview.md index f2ebe17fab..5e6247e838 100644 --- a/en/application-dev/windowmanager/window-overview.md +++ b/en/application-dev/windowmanager/window-overview.md @@ -1,6 +1,6 @@ # Window Overview -The Window Manager subsystem provides basic capabilities of window and display management. It is the basis for UI display. +The Window Manager subsystem provides basic capabilities of window management. It is the basis for UI display. The Window Manager subsystem enables multiple applications to use the same physical screen for display and interaction. For each application, you need to design the interaction interface in the fixed window area. A window acts as a display container of the application interface, and the Window Manager subsystem organizes the interaction interfaces into a form visible to end users. ## Basic Concepts -- GitLab