Emil Velikov (@xexaxo) commented about dlls/wineandroid.drv/window.c:
static inline BOOL get_surface_rect( const RECT *visible_rect, RECT *surface_rect ) { if (!intersect_rect( surface_rect, visible_rect, &virtual_screen_rect )) return FALSE;
Would it make sense to use `NtUserGetVirtualScreenRect` instead of the global variable? Not something that needs to be done here, just asking ☺️