winex11.drv: Use a distinct type for the settings id.
commit2c02d6e8177f88e88001f9fb6fd2f342b3649fc5
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Thu, 6 Apr 2023 10:22:29 +0000 (6 13:22 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:33:06 +0000 (6 14:33 +0200)
treec6d3f9e216ba58493506b62f1a6ae06a90566b63
parent83b1d167bd4cf10e9a7b4a7c91b3a2d1e9621d89
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@collabora.com>
dlls/winex11.drv/desktop.c
dlls/winex11.drv/display.c
dlls/winex11.drv/x11drv.h
dlls/winex11.drv/xrandr.c
dlls/winex11.drv/xvidmode.c