Skip to content
Commit 8d422f30 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Remove globalPos() in AbstractWaylandOutput

It's confusing to have globalPos() and geometry() as both can return the
same information.

This change drops globalPos() function as it's not used outside the
AbstractWaylandOutput class and renames setGlobalPos() to moveTo() to
avoid having a setter without matching getter.
parent d841733e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment