- May 03, 2024
-
-
-
-
NtUserCreateWindowEx will call apply_window_pos and drivers WindowPosChanging callback, which already creates window data.
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Fixes a regression from bb2e02ab.
- May 02, 2024
-
-
This appear to be introduced with commit 12f73ed9. When This->stride is negative (bottom up image) it converts the multiplication to an UINT. Thus causing the pointer to be incorrect when y > 0.
-
-
-
-
And only refresh the list if the device handle isn't known.
-
-
-
OpenImageViewer calls these functions when triggering the image properties menu.
-
Restore display settings to the ones in the registry when CDS_FULLSCREEN is used in ChangeDisplaySettings(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49674
-
We have to invalidate the current mode cache if there are pending RRNotify events. The performance hit on EnumDisplaySettingsExW is around 7%. Also call X11DRV_DisplayDevices_RegisterEventHandlers in x11drv_init. Otherwise, RRNotify events will only be handled in the explorer process.
-
-
Alexandre Julliard authored
Partial revert of 220a70be.
-
Alexandre Julliard authored
Based on a patch by Jacek Caban.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
And build it as x86-64 code on ARM64EC.
-
Alexandre Julliard authored
And build it as x86-64 code on ARM64EC.
-
Alexandre Julliard authored
-
- May 01, 2024
-
-
-
-
-
-
-
And build ifacewrap.c as x86-64 code on ARM64EC.
-
-
-
-