mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
list developers
This commit is contained in:
13
AUTHORS.md
Normal file
13
AUTHORS.md
Normal 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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user