mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[User32]
- ReactOS uses DCX_KEEPCLIPRGN to prevent the deletion of regions so user support can manage them. Comctl32 depends on this since it does not delete the regions after calling DefWindowProc. svn path=/trunk/; revision=45665
This commit is contained in:
parent
1441c052a2
commit
b86b56905f
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ DefWndNCPaint(HWND hWnd, HRGN hRgn, BOOL Active)
|
||||||
}
|
}
|
||||||
|
|
||||||
ReleaseDC(hWnd, hDC);
|
ReleaseDC(hWnd, hDC);
|
||||||
|
DeleteObject(hRgn); // We use DCX_KEEPCLIPRGN
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue