mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
Fix dprint.
svn path=/trunk/; revision=30550
This commit is contained in:
parent
0217654258
commit
99b52bc16a
1 changed files with 1 additions and 1 deletions
|
@ -157,8 +157,8 @@ DceAllocDCE(PWINDOW_OBJECT Window OPTIONAL, DCE_TYPE Type)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT("FREE DCATTR!!!! NOT DCE_WINDOW_DC!!!!! hDC-> %x\n", pDce->hDC);
|
|
||||||
PDC dc = DC_LockDc ( pDce->hDC );
|
PDC dc = DC_LockDc ( pDce->hDC );
|
||||||
|
DPRINT("FREE DCATTR!!!! NOT DCE_WINDOW_DC!!!!! hDC-> %x\n", pDce->hDC);
|
||||||
MmCopyFromCaller(&dc->Dc_Attr, dc->pDc_Attr, sizeof(DC_ATTR));
|
MmCopyFromCaller(&dc->Dc_Attr, dc->pDc_Attr, sizeof(DC_ATTR));
|
||||||
DC_UnlockDc( dc );
|
DC_UnlockDc( dc );
|
||||||
DC_FreeDcAttr(pDce->hDC); // Free the dcattr!
|
DC_FreeDcAttr(pDce->hDC); // Free the dcattr!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue