mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 19:13:46 +08:00
tune
This commit is contained in:
@@ -475,6 +475,8 @@ PDC __mg_begin_fill_bitmap (HDC hdc, int x, int y, int w, int h,
|
||||
if (bmp->bmType & BMP_TYPE_COLORKEY) {
|
||||
pdc->bkmode = BM_TRANSPARENT;
|
||||
}
|
||||
else
|
||||
pdc->bkmode = BM_OPAQUE;
|
||||
|
||||
if(__mg_enter_drawing (pdc) < 0) {
|
||||
goto fail;
|
||||
|
||||
Reference in New Issue
Block a user