mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
There is a bug where the transaction code will still wait for a client commit even though the instruction configure is unsuccessful. Unfortunately a serial of 0 is both used as a valid serial and to denote an unsuccessful commit. Fix this my making relevant configure functions return a boolean and taking in a serial pointer. |
||
|---|---|---|
| .. | ||
| desktop.c | ||
| idle_inhibit_v1.c | ||
| layer_shell.c | ||
| output.c | ||
| render.c | ||
| surface.c | ||
| transaction.c | ||
| xdg_shell.c | ||
| xwayland.c | ||