mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[Win32SS] Fix Opaque Text Fade while in Desktop Startup
See CORE-16498.
This commit is contained in:
parent
1793dcc864
commit
5214a38fd0
3 changed files with 2 additions and 6 deletions
|
@ -64,7 +64,6 @@ FASTCALL
|
|||
DeleteRegion(
|
||||
_In_ HRGN hrgn)
|
||||
{
|
||||
#if 0
|
||||
PRGN_ATTR Rgn_Attr = GdiGetRgnAttr(hrgn);
|
||||
|
||||
if ( Rgn_Attr )
|
||||
|
@ -78,7 +77,6 @@ DeleteRegion(
|
|||
return TRUE;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return NtGdiDeleteObjectApp(hrgn);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue