Nov. 13, 2025
9:16 a.m.
Rémi Bernon (@rbernon) commented about dlls/winex11.drv/xinerama.c:
} }
- if (indices[0] == -1) WARN("Failed to get xinerama fullscreen monitor indices.\n"); + if (indices[0] != -1 && indices[1] != -1 && indices[2] != -1 && indices[3] != -1) + ret = TRUE;
I think checking only the first one is enough, they either all -1 or are all initialized at once. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9449#note_121790