aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Kenny Levinsen <kl@kl.wtf>2021-04-25 23:19:51 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-06-24 18:21:29 +0200
commitee4e4bb50fbb053d838844caafd87f9ee2ef6dd1 (patch)
tree6b8f894b0cbf5ae2ac7b5c7e6da6e51cbbb60f51 /common
parenttree/view: don't give focus to views mapped under fullscreen views (diff)
downloadsway-ee4e4bb50fbb053d838844caafd87f9ee2ef6dd1.tar.gz
sway-ee4e4bb50fbb053d838844caafd87f9ee2ef6dd1.tar.zst
sway-ee4e4bb50fbb053d838844caafd87f9ee2ef6dd1.zip
Remove usage of surface->sx|sy
These coordinates contain the all-time accumulated buffer attach point, which is a way to perform incremental client-side initiated movement of windows, intended as a way to maintain logical window positioning while compensating for layout changes such as folding in a left side panel. This value is not useful for implementing this feature, and break things if they ever become non-zero. Their inclusion in calculations also tend to cause confusion. Remove usage of these coordinates, removing the ability for clients to move themselves. This may again be supported if a better API is made available from wlroots. (cherry picked from commit 7ec9d07fc597c739760df5223469e9f15340db78)
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions