[Git][wine/wine][master] 2 commits: winemac: Remove unnecessary MoveWindowBits implementation.
Alexandre Julliard pushed to branch master at wine / wine Commits: c55e113b by Rémi Bernon at 2024-10-02T22:37:59+02:00 winemac: Remove unnecessary MoveWindowBits implementation. This is only called when surfaces are not used, which isn't the case on macOS. - - - - - 131e4fb4 by Rémi Bernon at 2024-10-02T22:37:59+02:00 win32u: Pass rects in window DPI to MoveWindowBits. This is used to move pixels when drawing directly to the host window. In this case, the DC operations are all in window DPI, and DPI scaling isn't supported. - - - - - 8 changed files: - dlls/win32u/driver.c - dlls/win32u/window.c - dlls/winemac.drv/gdi.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/window.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a912eb809bf872784769409499bdc8... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a912eb809bf872784769409499bdc8... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)