tune README

This commit is contained in:
Vincent Wei
2020-03-10 22:30:56 +08:00
parent 9a3d8cece3
commit b8c5ad5c64
2 changed files with 124 additions and 55 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ exciting features for MiniGUI:
- Unified the message hook functions for all runtime modes. MiniGUI now
provides the consistent message hook functions for all runtime modes.
- Use the update regions for cumulative updating the screen. This will
emilinate the flickers due to the frequently redrawning of controls.
eliminate the flickers due to the frequently redrawing of controls.
* ADJUSTMENTS:
- `g_rcScr` now is defined a macro calling function `GetScreenRect()`.
- `mgIsServer` now is define a macro calling function `IsServer()`.