Function/field for distinguishing if a widget is using global/local coordinates. #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "coords"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'll let the comment for the getter function explain why this is necessary.
As far as I'm concerned Wayland compositors are not even expected to store the window's global position, let alone expose it. The closest that exists for this is a KDE-specific protocol, but it doesn't seem to be accessible via Wayland protocols, only via KWin scripts.
If you don't want to merge this then I could do some workarounds for things that would assume it (i.e. have it so windows cannot exist outside of the top level; this would cause submenus to start at 0,0 of the window).