list developers

This commit is contained in:
Vincent Wei
2019-01-29 10:42:43 +08:00
parent 447eebbafc
commit 9aa719aeb3
3 changed files with 15 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
Beijing FMSoft Technologies Co., Ltd.. (http://www.fmsoft.cn)

13
AUTHORS.md Normal file
View File

@@ -0,0 +1,13 @@
The main maintainers and/or developers:
* WEI Yongming
The following people had been involved in the development of MiniGUI Core:
* HOU Huihua
* WAN Zheng
* DONG Kai
* DONG Junjie
* YAN Xiaowei
[FMSoft](http://www.fmsoft.cn)

View File

@@ -2291,9 +2291,9 @@ MG_EXPORT Uint32 GUIAPI SetDCAttr (HDC hdc, int attr, Uint32 value);
* OR'd the new pixel value with the original pixel on the surface.
* \retval ROP_XOR
* XOR'd the new pixel value with the original pixel on the surface.
* \retval ROP_COMPOSITE
* \retval ROP_COMPOSITE
* call default color composition the new pixel value with the original pixel on the surface.
* \retval ROP_COMP_USER
* \retval ROP_COMP_USER
* User defined color composition operations.
*
* \sa SetRasterOperation, SetUserCompositionOps