NtSetEventBoostPriority stub regression fixes for: https://bugs.winehq.org/show_bug.cgi?id=58688
Regressive commit: ed9f31120b68e7d684c1544c05d94c38b25cb759
Other stubs were also changed by regress commit and may still be broken.
I'll test the other stubs and fix if necessary.
In the meantime I'm submitting this merge for review in case I missed anything that may be needed for the other stub fixes.
-- v3: winegstreamer: Free stream buffers before wg_parser_disconnect. win32u: Swap the last window drawable if there's no context. win32u: Use context->draw directly when flushing context. win32u: Move memory DC pbuffer handling out of context_sync_drawables. include: Use the client pointer in debugstr_opengl_drawable. opengl32/tests: Test that window back buffers are shared. opengl32: Use generated PE thunks for memory unmapping functions. opengl32: Use generated PE thunks for memory mapping functions. opengl32: Move copy buffer allocation to Unix lib. preloader: Make thread_ldt reference position independent. ntdll: Fix a buffer overflow in wcsncpy. d3dx11: Implement D3DX11GetImageInfoFromMemory() using shared code. d3dx11/tests: Import more image info tests from d3dx10. d3dx11/tests: Add a helper function for checking image info structure values. d3dx11_42: Don't share source with d3dx11_43. ntdll: Always use 32-bit LDT base addresses. ntdll: Add helpers to build some specific LDT entries. ntdll: Add a helper to update the LDT copy. ntdll: Move some LDT definitions to the private header. gitlab: Add CI job to trigger winehq-bot processing. windows.media.playback.backgroundmediaplayer: Implement IBackgroundMediaPlayerStatics::get_Current(). windows.media.mediacontrol: Stub ISystemMediaTransportControlsDisplayUpdater::put/get_Thumbnail(). windows.media.mediacontrol: Implement ISystemMediaTransportControls::put/get_IsStopEnabled(). windows.media.mediacontrol: Stub ISystemMediaTransportControlsDisplayUpdater::ClearAll(). windows.media.mediacontrol: Stub ISystemMediaTransportControls::add/remove_ButtonPressed().
This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/8955