diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-06-28 19:05:04 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-06-30 10:59:33 +0200 |
commit | d0f7e0f481a2b2e03a700d55570a3f85655ef03c (patch) | |
tree | 881dfd93f9ec0e76393324346d9fa94712c8f942 /include/sway/input | |
parent | bb85b9070d05cc707146aafec56b7452441a4bd2 (diff) |
transaction: Mark client resize immediately ready
If a client commits a new size on its own, we create a transaction for
the resize like any other. However, this involves sending a configure
and waiting for the ack, and wlroots will not send configure events when
there has been no change. This leads to transactions timing out.
Instead, just mark the view ready immediately by size when the client
is already ready, so that we avoid waiting for an ack that will never
come.
Closes: https://github.com/swaywm/sway/issues/5490
Diffstat (limited to 'include/sway/input')
0 files changed, 0 insertions, 0 deletions