Module: wine
Branch: master
Commit: 2c02d6e8177f88e88001f9fb6fd2f342b3649fc5
URL: https://gitlab.winehq.org/wine/wine/-/commit/2c02d6e8177f88e88001f9fb6fd2f3…
Author: Alexandros Frantzis <alexandros.frantzis(a)collabora.com>
Date: Thu Apr 6 13:22:29 2023 +0300
winex11.drv: Use a distinct type for the settings id.
This helps us avoid using an id from a different namespace (e.g.,
from the host handler id namespace) as a settings id.
Signed-off-by: Alexandros Frantzis <alexandros.frantzis(a)collabora.com>
---
dlls/winex11.drv/desktop.c | 10 +++++-----
dlls/winex11.drv/display.c | 36 ++++++++++++++++++------------------
dlls/winex11.drv/x11drv.h | 11 +++++++----
dlls/winex11.drv/xrandr.c | 32 ++++++++++++++++----------------
dlls/winex11.drv/xvidmode.c | 14 +++++++-------
5 files changed, 53 insertions(+), 50 deletions(-)