mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 23:44:40 +08:00
Turn off DcAttr updates for now.
svn path=/trunk/; revision=29173
This commit is contained in:
@@ -1491,7 +1491,7 @@ IntGdiGetDCState(HDC hDC)
|
||||
newdc->hSelf = hnewdc;
|
||||
IntGdiCopyToSaveState( dc, newdc);
|
||||
|
||||
DCU_SyncDcAttrtoUser(newdc, -1);
|
||||
// DCU_SyncDcAttrtoUser(newdc, -1);
|
||||
DC_UnlockDc( newdc );
|
||||
DC_UnlockDc( dc );
|
||||
return hnewdc;
|
||||
@@ -2145,7 +2145,7 @@ NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
DCU_SyncDcAttrtoUser(dc, -1);
|
||||
// DCU_SyncDcAttrtoUser(dc, -1);
|
||||
DC_UnlockDc( dc );
|
||||
return objOrg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user