未验证 提交 b2ff9f1a 编写于 作者: O openharmony_ci 提交者: Gitee

!6912 【OpenHarmony开源贡献者计划2022】(英文)window manager readme相关格式及表达问题

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