mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated user32-Mouse_Message_Hwnd patchset
This commit is contained in:
parent
412e20cd9a
commit
d7154d5d3f
@ -148,7 +148,7 @@ index c9b131c..766bf51 100644
|
||||
!point_in_region( win->win_region, *x - win->window_rect.left, *y - win->window_rect.top ))
|
||||
return 0; /* not in window region */
|
||||
+ if (win->layer_region &&
|
||||
+ !point_in_region( win->layer_region, x - win->window_rect.left, y - win->window_rect.top ))
|
||||
+ !point_in_region( win->layer_region, *x - win->window_rect.left, *y - win->window_rect.top ))
|
||||
+ return 0; /* not in layer mask region */
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user