-
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.