We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b073e commit 9a1d185Copy full SHA for 9a1d185
src/detection/displayserver/displayserver_apple.c
@@ -108,7 +108,7 @@ static void detectDisplays(FFDisplayServerResult* ds)
108
}
109
110
111
- if (!physicalWidth || !physicalHeight)
+ if ((!physicalWidth || !physicalHeight) && CGDisplayPrimaryDisplay(screen) == screen) // #1406
112
{
113
CGSize size = CGDisplayScreenSize(screen);
114
physicalWidth = (uint32_t) (size.width + 0.5);
0 commit comments