[NtGDI]
authorJames Tabor <james.tabor@reactos.org>
Sat, 1 Jul 2017 02:35:28 +0000 (02:35 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sat, 1 Jul 2017 02:35:28 +0000 (02:35 +0000)
- Memory DC with no surface selected return true. WIP and part of CORE-12888.

svn path=/trunk/; revision=75252

reactos/win32ss/gdi/ntgdi/line.c

index ce9b3bd..3561898 100644 (file)
@@ -303,7 +303,7 @@ IntGdiPolyline(DC      *dc,
 
     if (!dc->dclevel.pSurface)
     {
-        return FALSE;
+        return TRUE;
     }
 
     DC_vPrepareDCsForBlit(dc, NULL, NULL, NULL);