mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
[SNDREC32] Fix incorrect opaque text rendering (#2760)
Remove "Opaque" parameter so that the transparency can be correctly used.
This commit is contained in:
parent
ac01e4cd72
commit
d839e3d9b4
1 changed files with 5 additions and 5 deletions
|
@ -820,7 +820,7 @@ WndProc(HWND hWnd,
|
|||
ExtTextOut(hdc,
|
||||
STRPOS_X,
|
||||
STRPOS_Y,
|
||||
ETO_OPAQUE,
|
||||
0,
|
||||
0,
|
||||
str_tmp,
|
||||
_tcslen(str_tmp),
|
||||
|
@ -844,7 +844,7 @@ WndProc(HWND hWnd,
|
|||
ExtTextOut(hdc,
|
||||
STRDUR_X,
|
||||
STRDUR_Y,
|
||||
ETO_OPAQUE,
|
||||
0,
|
||||
0,
|
||||
str_tmp,
|
||||
_tcslen(str_tmp),
|
||||
|
@ -858,7 +858,7 @@ WndProc(HWND hWnd,
|
|||
ExtTextOut(hdc,
|
||||
STRBUF_X,
|
||||
STRBUF_Y,
|
||||
ETO_OPAQUE,
|
||||
0,
|
||||
0,
|
||||
str_tmp,
|
||||
_tcslen(str_tmp),
|
||||
|
@ -874,7 +874,7 @@ WndProc(HWND hWnd,
|
|||
ExtTextOut(hdc,
|
||||
STRFMT_X,
|
||||
STRFMT_Y,
|
||||
ETO_OPAQUE,
|
||||
0,
|
||||
0,
|
||||
str_tmp,
|
||||
_tcslen(str_tmp),
|
||||
|
@ -888,7 +888,7 @@ WndProc(HWND hWnd,
|
|||
ExtTextOut(hdc,
|
||||
STRCHAN_X,
|
||||
STRCHAN_Y,
|
||||
ETO_OPAQUE,
|
||||
0,
|
||||
0,
|
||||
str_tmp,
|
||||
_tcslen(str_tmp),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue