[Git][wine/wine][master] 4 commits: win32u: Move fetching window icon out of the drivers.
Alexandre Julliard pushed to branch master at wine / wine Commits: 0f21d771 by Rémi Bernon at 2025-10-15T11:41:54+02:00 win32u: Move fetching window icon out of the drivers. - - - - - a409cd0f by Rémi Bernon at 2025-10-15T11:41:55+02:00 winex11: Clear WS_VISIBLE to delay showing layered windows. - - - - - 50a51d9a by Rémi Bernon at 2025-10-15T11:41:55+02:00 winex11: Remove unnecessary calls to map_window helper. There should always be a call to update_window_state / apply_window_pos after layered window attributes have been set, which will call into WindowPosChanged and the layered window should get mapped. - - - - - 120db075 by Rémi Bernon at 2025-10-15T11:41:57+02:00 winex11: Call window_set_wm_state instead of map_window. - - - - - 13 changed files: - dlls/win32u/defwnd.c - dlls/win32u/driver.c - dlls/win32u/ntuser_private.h - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/winewayland.drv/wayland_surface.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/waylanddrv_main.c - 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/6bf9d36891bb295f054e94d89b6fc6... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6bf9d36891bb295f054e94d89b6fc6... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)