Module: wine Branch: master Commit: 5c01d08918ff5151edbc9cda7a0ed5c0632a352e URL: https://gitlab.winehq.org/wine/wine/-/commit/5c01d08918ff5151edbc9cda7a0ed5c...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Jun 12 12:13:00 2024 +0200
win32u: Introduce a new helper to get surface color info and bits.
---
dlls/win32u/dce.c | 99 ++++++++++++++++------------------- dlls/win32u/dibdrv/dc.c | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/wineandroid.drv/window.c | 15 +----- dlls/winemac.drv/surface.c | 27 +--------- dlls/winewayland.drv/window_surface.c | 17 +----- dlls/winex11.drv/bitblt.c | 16 +----- include/wine/gdi_driver.h | 2 - 8 files changed, 50 insertions(+), 129 deletions(-)