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.