18 Dec
2025
18 Dec
'25
11:25 a.m.
Toggling WS_VISIBLE off then on again is a known trick to temporarily disable redraws. It can be done through WM_SETREDRAW but it can also be done manually, so this would have to be handled directly in `set_window_style_bits`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9793#note_125798