mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +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)
|
||||
{
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
DC_vPrepareDCsForBlit(dc, NULL, NULL, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue