mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 09:08:58 +00:00
Formatting
This commit is contained in:
+2
-1
@@ -151,7 +151,8 @@ void _glfwPollMonitorsX11(void)
|
||||
}
|
||||
|
||||
XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, oi->crtc);
|
||||
if (!ci) {
|
||||
if (!ci)
|
||||
{
|
||||
XRRFreeOutputInfo(oi);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user