You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Updated user32-Mouse_Message_Hwnd patchset
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user