Skip to content

Replace Toplevel::clientContentPos() with a better solution

Vlad Zahorodnii requested to merge work/remove-client-content-pos into master

The Toplevel::clientContentPos() function is needed to map the surface local coordinates to the global coordinates. But its name is highly confusing as there's already a function with a similar name. This change introduces a helper with a better name to fix the readability issue.

Merge request reports