[Git][wine/wine][master] 7 commits: win32u: Use get_virtual_screen_rect directly within the module.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2f4b750a by Rémi Bernon at 2024-09-19T15:02:36+02:00 win32u: Use get_virtual_screen_rect directly within the module. - - - - - bf376e57 by Rémi Bernon at 2024-09-19T15:02:36+02:00 win32u: Use is_window_rect_fullscreen directly in clip_fullscreen_window. - - - - - af2b60da by Rémi Bernon at 2024-09-19T15:02:36+02:00 win32u: Use get_window_rect directly in clip_fullscreen_window. - - - - - 22754dce by Rémi Bernon at 2024-09-19T15:02:36+02:00 win32u: Pass whether a window is fullscreen to drivers WindowPosChanged. - - - - - 84a611be by Rémi Bernon at 2024-09-19T15:02:36+02:00 winewayland: Use the new fullscreen flag instead of NtUserIsWindowRectFullScreen. - - - - - c1b3a1df by Rémi Bernon at 2024-09-19T15:02:36+02:00 winex11: Use the new fullscreen flag instead of NtUserIsWindowRectFullScreen. - - - - - 45ca14ed by Rémi Bernon at 2024-09-19T15:02:36+02:00 win32u: Remove now unused NtUserIsWindowRectFullScreen call. - - - - - 17 changed files: - dlls/win32u/defwnd.c - dlls/win32u/driver.c - dlls/win32u/input.c - dlls/win32u/sysparams.c - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/wineandroid.drv/android.h - dlls/wineandroid.drv/window.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/window.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/window.c - dlls/winex11.drv/event.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/ntuser.h - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc13fe9b04d525fd9a9b7edb1e7816... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fc13fe9b04d525fd9a9b7edb1e7816... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)