[Git][wine/wine][master] 10 commits: win32u: Split driver side window bits move to a separate entry.
Alexandre Julliard pushed to branch master at wine / wine Commits: aa35158e by Rémi Bernon at 2024-08-14T19:39:41+02:00 win32u: Split driver side window bits move to a separate entry. - - - - - 7bd8fcb7 by Rémi Bernon at 2024-08-14T19:39:41+02:00 win32u: Use window_rects structs in apply_window_pos. - - - - - 40551e61 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Pass window_rects structs to create_window_surface. - - - - - 5d860f62 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Pass a window_rects struct to WindowPosChanged driver entry. - - - - - c8cee820 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Pass a window_rects struct to WindowPosChanging driver entry. - - - - - d52d4437 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Pass a window_rects struct to MoveWindowBits driver entry. - - - - - 6feb58fe by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Introduce new get_(client|window)_rect_rel helpers. - - - - - 7e598173 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Pass a window_rects struct from get_window_rects helper. - - - - - 47d34f95 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Pass a window_rects struct to calc_ncsize helper. - - - - - a500dd65 by Rémi Bernon at 2024-08-14T19:39:42+02:00 win32u: Keep a window_rects struct in the WND structure. - - - - - 19 changed files: - dlls/win32u/dce.c - dlls/win32u/defwnd.c - dlls/win32u/driver.c - dlls/win32u/menu.c - dlls/win32u/ntuser_private.h - dlls/win32u/scroll.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/window.c - dlls/winemac.drv/gdi.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/window.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/window.c - dlls/winex11.drv/init.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f882371a55032a359d57e678af0e6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f882371a55032a359d57e678af0e6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)