Some window manager won't send a ConfigureNotify event if the stack
mode isn't actually changed, and we cannot predict whether it will.
We would be waiting forever for an event and delay other requests when
we can just request the above state the next time the window needs to
be reconfigured.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8412
This is required to fix video playback in Crashlands 2 on Proton 10.
--
v3: mfreadwrite: Fix media type output when video processor is used.
mfreadwrite/tests: Check DEFAULT_STRIDE is not always present.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8172
--
v2: winex11: Remove now unnecessary drawable tracking.
winewayland: Drop now unnecessary GL drawable tracking.
win32u: Update the window state in more places.
win32u: Update opengl drawables with window state.
win32u: Notify the drivers when GL drawables are detached.
win32u: Keep window GL drawables in a global linked list.
winex11: Release the GL drawable on creation failure.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8410