Module: wine Branch: master Commit: a10540753cf0c597981c910a877b3794351acdb5 URL: https://gitlab.winehq.org/wine/wine/-/commit/a10540753cf0c597981c910a877b379...
Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Dec 29 15:33:59 2022 -0600
wined3d: Move wined3d_device_apply_stateblock() to stateblock.c.
All other code touching stateblocks is in stateblock.c; this is a more intuitive and modular place for it. This may merit renaming the function, but should be a subsequent commit.
---
dlls/wined3d/device.c | 934 ---------------------------------------- dlls/wined3d/stateblock.c | 1034 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1034 insertions(+), 934 deletions(-)