]> git.mdlowis.com Git - proto/labwc.git/commit
Fix graphical artifacts after adding/removing outputs
authorJohn Lindgren <john@jlindgren.net>
Sat, 27 Nov 2021 21:47:49 +0000 (16:47 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 28 Nov 2021 08:32:45 +0000 (08:32 +0000)
commit4d9239124675296567b6579428dcfba49c8e0136
tree0f2912bb2ad50d1fe4eb32ee74f8b6452c5fa65e
parentc5b868889402e05848a1efe91dfb6083a5a6c925
Fix graphical artifacts after adding/removing outputs

When an output is added or removed, the position of the other
outputs can also change, resulting in windows moving between them.
We need to redraw all the outputs (not just the new one) to prevent
stale/corrupted screen contents.
src/output.c