Module: wine Branch: master Commit: 12869e46bda642194a0a5665b2e0ea0a2475ba08 URL: https://gitlab.winehq.org/wine/wine/-/commit/12869e46bda642194a0a5665b2e0ea0...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 17 11:36:40 2023 +0200
winex11.drv: Use nameless unions/structs.
---
dlls/winex11.drv/desktop.c | 3 -- dlls/winex11.drv/keyboard.c | 14 +++---- dlls/winex11.drv/mouse.c | 95 ++++++++++++++++++++++----------------------- dlls/winex11.drv/systray.c | 5 +-- dlls/winex11.drv/xdnd.c | 10 ++--- dlls/winex11.drv/xrandr.c | 42 ++++++++++---------- dlls/winex11.drv/xvidmode.c | 15 +++---- 7 files changed, 85 insertions(+), 99 deletions(-)