mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[NtGDI]
- Memory DC with no surface selected return true. WIP and part of CORE-12888. svn path=/trunk/; revision=75252
This commit is contained in:
parent
9338a7ec63
commit
bcea1db7b0
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ IntGdiPolyline(DC *dc,
|
||||||
|
|
||||||
if (!dc->dclevel.pSurface)
|
if (!dc->dclevel.pSurface)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
DC_vPrepareDCsForBlit(dc, NULL, NULL, NULL);
|
DC_vPrepareDCsForBlit(dc, NULL, NULL, NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue