未验证 提交 67014850 编写于 作者: K king_he 提交者: Gitee

update en/readme/window-manager.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 59588cb3
......@@ -8,6 +8,8 @@ The Window Manager subsystem provides basic capabilities of window and display m
![WindowManager-subsystem-architecture](./figures/WindowManager.png)
Components of the Window Manager subsystem are described as follows:
- **Window Manager Client**
Provides window object abstraction and window management interfaces, and connects to the ability and UI framework.
......@@ -28,23 +30,22 @@ The Window Manager subsystem provides basic capabilities of window and display m
```text
foundation/window/window_manager/
├── dm # Stores Display Manager Client implementation code
├── dmserver # Stores Display Manager Server implementation code
├── interfaces # Stores external APIs
│ ├── innerkits # Stores native APIs
│ └── kits # Stores JS APIs and native APIs
├── resources # Stores resource files used by the framework
├── sa_profile # Stores system service configuration files
├── snapshot # Stores implementation code of the screenshot command line tool
├── utils # Stores tools
├── wm # Stores Window Manager Client implementation code
├── wmserver # Stores Window Manager Server implementation code
├── dm # Display Manager Client implementation code
├── dmserver # Display Manager Server implementation code
├── interfaces # External APIs
│ ├── innerkits # Native APIs
│ └── kits # JS APIs and native APIs
├── resources # Resource files used by the framework
├── sa_profile # System service configuration files
├── snapshot # Implementation code of the screenshot command line tool
├── utils # Utilities
├── wm # Window Manager Client implementation code
├── wmserver # Window Manager Server implementation code
```
## Constraints
- Programming language version
- C++ 11 or later
The Programming language version must be C++ 11 or later.
## Available APIs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册