From 9b185eccff879a1809991b6a08aea3abdc333391 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 23 Mar 2022 15:55:41 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/readme/window-manager.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/en/readme/window-manager.md b/en/readme/window-manager.md index e4cb116c6e..339aac75d6 100644 --- a/en/readme/window-manager.md +++ b/en/readme/window-manager.md @@ -25,7 +25,8 @@ The Window Manager subsystem provides basic capabilities of window and display m Provides display information, screenshot, screen on/off, and brightness processing control, and processes the mapping between the display and screen. ## Directory Structure -``` + +```text foundation/windowmanager/ ├── dm # Stores Display Manager Client implementation code ├── dmserver # Stores Display Manager Server implementation code @@ -41,8 +42,9 @@ foundation/windowmanager/ ``` ## Constraints + - Programming language version - - C++ 11 or later + - C++ 11 or later ## Available APIs @@ -50,6 +52,7 @@ foundation/windowmanager/ - [Display](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis/js-apis-display.md) ## Repositories Involved + - graphic_standard - ace_ace_engine - aafwk_standard -- GitLab