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