mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Setup drawing default to CCW not CW.
svn path=/trunk/; revision=34229
This commit is contained in:
@@ -840,7 +840,7 @@ IntGdiCreateDC(PUNICODE_STRING Driver,
|
||||
NewDC->erclWindow.top = NewDC->erclWindow.left = 0;
|
||||
NewDC->erclWindow.right = ((PGDIDEVICE)NewDC->pPDev)->GDIInfo.ulHorzRes;
|
||||
NewDC->erclWindow.bottom = ((PGDIDEVICE)NewDC->pPDev)->GDIInfo.ulVertRes;
|
||||
NewDC->DcLevel.flPath = DCPATH_CLOCKWISE;
|
||||
NewDC->DcLevel.flPath &= ~DCPATH_CLOCKWISE; // Default is CCW.
|
||||
|
||||
DC_UnlockDc( NewDC );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user