24 Aug
2025
24 Aug
'25
11:11 a.m.
This fixes black screen during DirectShow video playback in some VisualArts engines applications. The affected applications use `put_Owner()` and then `put_WindowStyle(WS_CHILD)` soon after making the graph run with AutoShow enabled, which removes `WS_VISIBLE` on wine. On native, using `put_WindowStyle()` without `WS_VISIBLE` after the window is made visible retains window visibility. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8825