Module: wine Branch: master Commit: c635a25f216552034055d4f56aee0804c8d5f39f URL: https://gitlab.winehq.org/wine/wine/-/commit/c635a25f216552034055d4f56aee080...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Feb 27 17:45:29 2024 +0100
win32u: Rename struct adapter to struct source.
To match the D3DKMT terminology and avoid confusion between the GPUs, which are called adapter there.
---
dlls/win32u/sysparams.c | 476 ++++++++++++++++++++--------------------- dlls/wineandroid.drv/init.c | 2 +- dlls/winemac.drv/display.c | 2 +- dlls/winewayland.drv/display.c | 6 +- dlls/winex11.drv/display.c | 2 +- include/wine/gdi_driver.h | 2 +- 6 files changed, 244 insertions(+), 246 deletions(-)