Module: wine Branch: master Commit: 2aab642849f329b24a228f530b97bf62c164b369 URL: https://gitlab.winehq.org/wine/wine/-/commit/2aab642849f329b24a228f530b97bf6...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 13 11:55:55 2023 +0200
d3drm: Use nameless unions/structs.
---
dlls/d3drm/d3drm_private.h | 2 -- dlls/d3drm/device.c | 2 +- dlls/d3drm/frame.c | 56 +++++++++++++++++++++++----------------------- dlls/d3drm/math.c | 52 +++++++++++++++++++++--------------------- dlls/d3drm/meshbuilder.c | 24 ++++++++++---------- dlls/d3drm/viewport.c | 16 ++++++------- 6 files changed, 75 insertions(+), 77 deletions(-)