Comment 68 for bug 1953685

Revision history for this message
In , Robert Mader (robert.posteo) wrote :

(In reply to Martin Stránský [:stransky] (ni? me) from comment #60)
> Robert, how is Vsync source paired by nsWindow objects ? Does every nsWindow has it's own VSync or is the VSync object shared?

IIRC on Wayland each `nsWindow` has one `VsyncParent` while on all other platforms there's only one global `VsyncParent`. Will look into it today!