mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-05 12:40:24 +01:00
Currently, there's a race condition. When resizing from the left, and a client attaches a buffer after the resize ends, you suddenly see the buffer jump to the right, because the resize ended while multiple attaches were in-flight. Making resize a state can fix this, as the server can now know exactly when the resize ended, and whether a commit was before or after that place. We don't implement the correct tracking in this commit; that's left as an exercise to the reader. Additionally, clients like terminals might want to display resize popups to display the number of cells when in a resize. They can use the hint here to figure out whether they are resizing. |
||
|---|---|---|
| .. | ||
| desktop-shell.xml | ||
| fullscreen-shell.xml | ||
| input-method.xml | ||
| scaler.xml | ||
| screenshooter.xml | ||
| text-cursor-position.xml | ||
| text.xml | ||
| wayland-test.xml | ||
| workspaces.xml | ||
| xdg-shell.xml | ||