Comment on OBS Studio Now Ready with Wayland Capture SupportparentComments−anoncake5y* Programs that need to know their absolute window coordinates* Windows that want to draw to the root windowGnome certainly won't support it, but in principle a compositor could expose that functionality.* Programs that want to capture the screen via XGetImage()Yeah, doing anything via XAnything() only works on X. So you replace XAnything() by somethingElse().
Comments
Gnome certainly won't support it, but in principle a compositor could expose that functionality.
Yeah, doing anything via XAnything() only works on X. So you replace XAnything() by somethingElse().