Don't clip VisRgn against X desktop.
This commit is contained in:
parent
2aad33e032
commit
ae85ebf1b1
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ static BOOL32 DCE_GetVisRect( WND *wndPtr, BOOL32 clientArea, RECT32 *lprect )
|
|||
INT32 xoffset = lprect->left;
|
||||
INT32 yoffset = lprect->top;
|
||||
|
||||
while (wndPtr->parent)
|
||||
while (wndPtr->dwStyle & WS_CHILD)
|
||||
{
|
||||
wndPtr = wndPtr->parent;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue