mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 19:13:46 +08:00
set ct_arg to be 0 for CT_ALPHAPIXEL
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ HWND GUIAPI OpenAboutDialog (HWND hHosting)
|
||||
SysPixelColor[IDX_COLOR_darkgray].g,
|
||||
SysPixelColor[IDX_COLOR_darkgray].b,
|
||||
0xA0),
|
||||
CT_ALPHAPIXEL, 0x80);
|
||||
CT_ALPHAPIXEL, COLOR_BLEND_LEGACY);
|
||||
|
||||
if (hMainWnd == HWND_INVALID)
|
||||
return HWND_INVALID;
|
||||
|
||||
Reference in New Issue
Block a user