Re: Screensaver running only on one display with a multiple display setup

2023-06-12 Thread Steven Mills via Cocoa-dev
On Jun 10, 2023, at 12:45, Gabriel Zachmann via Cocoa-dev wrote: > > Two of the instances never reach method -viewDidMoveToWindow. > > Is there a way to instrument the source code or the executable, such that I > can receive a line-by-line trace of the execution of the three screensaver > ins

Re: Screensaver running only on one display with a multiple display setup

2023-06-12 Thread Alex Zavatone via Cocoa-dev
I’m seeing it failing on MacOS 10.5.5 on a 3 monitor system and in 13.2.1 on a 2 monitor system when compiled from source. And by “fail”, I mean that it only runs on one display. Alex Zavatone > On Jun 12, 2023, at 7:23 AM, Steven Mills via Cocoa-dev > wrote: > > On Jun 10, 2023, at 12:45,