mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[WIN32SS][NTGDI] Unite duplicate of condition 'UsesSource'
This commit is contained in:
parent
1bf982ff88
commit
6fc6e3c398
1 changed files with 4 additions and 9 deletions
|
@ -471,16 +471,11 @@ NtGdiMaskBlt(
|
|||
|
||||
if (UsesSource)
|
||||
{
|
||||
{
|
||||
BitmapSrc = DCSrc->dclevel.pSurface;
|
||||
if (!BitmapSrc)
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
BitmapSrc = DCSrc->dclevel.pSurface;
|
||||
if (!BitmapSrc)
|
||||
goto cleanup;
|
||||
|
||||
/* Create the XLATEOBJ. */
|
||||
if (UsesSource)
|
||||
{
|
||||
/* Create the XLATEOBJ. */
|
||||
EXLATEOBJ_vInitXlateFromDCs(&exlo, DCSrc, DCDest);
|
||||
XlateObj = &exlo.xlo;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue