-
fe48ac28
by Alexandros Frantzis at 2024-08-20T12:49:53+02:00
winewayland: Store all window rects in wayland_win_data.
This allows wayland_win_data_update_wayland_surface() to be called
outside of WAYLAND_WindowPosChange, which will be needed in upcoming
commits.
-
3d578a46
by Rémi Bernon at 2024-08-20T12:49:56+02:00
wineandroid: Keep a window_rects struct in the driver window data.
-
10f773d8
by Rémi Bernon at 2024-08-20T12:49:56+02:00
winemac: Remove unnecessary window data rects update.
They are already initialized in macdrv_create_win_data and updated in
macdrv_WindowPosChanged.
-
3115b6f4
by Rémi Bernon at 2024-08-20T12:49:58+02:00
winemac: Keep a window_rects struct in the driver window data.
-
8374df70
by Rémi Bernon at 2024-08-20T12:49:58+02:00
winemac: Use the window rects to convert host visible to window rect.
Instead of computing the rect adjustments every time.
-
ef6b0896
by Rémi Bernon at 2024-08-20T12:50:00+02:00
winemac: Use the window rects to convert window to host visible rect.