Formatting

This commit is contained in:
Camilla Löwy
2025-08-14 18:03:35 +02:00
parent 08449b7183
commit dbadda2683
6 changed files with 21 additions and 10 deletions
+2 -1
View File
@@ -151,7 +151,8 @@ void _glfwPollMonitorsX11(void)
}
XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, oi->crtc);
if (!ci) {
if (!ci)
{
XRRFreeOutputInfo(oi);
continue;
}