Module: wine Branch: master Commit: 5eab460c8b4710bdb974629c8375ececc287b09c URL: https://gitlab.winehq.org/wine/wine/-/commit/5eab460c8b4710bdb974629c8375ece...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 13 11:56:15 2023 +0200
ddraw: Use nameless unions/structs.
---
dlls/ddraw/ddraw.c | 62 +++--- dlls/ddraw/ddraw_private.h | 2 - dlls/ddraw/device.c | 6 +- dlls/ddraw/executebuffer.c | 30 +-- dlls/ddraw/material.c | 10 +- dlls/ddraw/surface.c | 120 ++++++------ dlls/ddraw/utils.c | 455 ++++++++++++++++++++++----------------------- dlls/ddraw/viewport.c | 18 +- 8 files changed, 350 insertions(+), 353 deletions(-)