sway-patched-tray-menu-github/sway/tree
Kenny Levinsen fcd0ab8f33 view: Save all buffers associated with view
During the execution of a resize transaction, the buffer associated
with a view's surface is saved and reused until the client acknowledges
the resulting configure event.

However, only one the main buffer of the main surface was stored and
rendered, meaning that subsurfaces disappear during resize.

Iterate over all, store and render buffers from all surfaces in the view
to ensure that correct rendering is preserved.
2020-06-03 16:41:17 +02:00
..
arrange.c Make sure we don't calculate fractional pixel gaps 2020-01-01 10:14:29 -07:00
container.c tree/container: refactor tiling_container_at to check bounds 2020-05-30 02:16:15 -04:00
node.c Fix scratchpad fullscreen behavior and crash 2019-04-13 08:48:37 -06:00
output.c output: fix updating output manager config 2020-02-16 09:42:22 +01:00
root.c Fix crash when showing scratchpad hidden split containers 2020-01-16 21:48:25 -05:00
view.c view: Save all buffers associated with view 2020-06-03 16:41:17 +02:00
workspace.c workspace_split: focus middle if workspace focused 2019-08-14 13:19:16 +09:00