ravynos
ravynos copied to clipboard
WindowServer: Cocoa must be able to set window positions
Wayland does not offer any way for a client to set its window positions explicitly, leaving that to the compositor. We need to be able to position windows at specific desktop coordinates, like the center of the screen for splash images and alert dialogs. Add a protocol extension that provides this.