sway/sway/desktop
Alexander Orzechowski f7290007b2 Fix ambiguity of 0 serial for surface configures
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.
2022-02-21 20:03:25 -05:00
..
desktop.c chore: chase wlr_output_layout_get_box() update 2022-01-31 11:44:03 +01:00
idle_inhibit_v1.c idle_inhibit: Fix tree view after changes in commit 152a559e 2021-10-04 16:25:35 +02:00
layer_shell.c Upgrade for wlroots surface refactoring 2022-01-13 14:01:37 +03:00
output.c chore: chase wlr_output_layout_get_box() update 2022-01-31 11:44:03 +01:00
render.c Upgrade for wlroots surface refactoring 2022-01-13 14:01:37 +03:00
surface.c Upgrade for wlroots surface refactoring 2022-01-13 14:01:37 +03:00
transaction.c Fix ambiguity of 0 serial for surface configures 2022-02-21 20:03:25 -05:00
xdg_shell.c Fix ambiguity of 0 serial for surface configures 2022-02-21 20:03:25 -05:00
xwayland.c Fix ambiguity of 0 serial for surface configures 2022-02-21 20:03:25 -05:00