[Git][wine/wine][master] 6 commits: winewayland: Store all window rects in wayland_win_data.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 10 changed files: - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/device.c - dlls/wineandroid.drv/window.c - dlls/winemac.drv/event.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/opengl.c - dlls/winemac.drv/window.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/window.c - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a90ddea5188dc63dd869861495843a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a90ddea5188dc63dd869861495843a... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)