]> git.mdlowis.com Git - proto/labwc.git/commit
src/layers.c: calculate usable_area before positioning clients
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 6 Dec 2023 13:24:17 +0000 (14:24 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 6 Dec 2023 22:04:07 +0000 (22:04 +0000)
commitd59b1d0966a156f6e0d9665866e86a92aeb88235
tree1956141a6f2faa474f7b344488c88d18089de194
parent5bc58fc3818fa906990d30b0244baf87e6e14e1f
src/layers.c: calculate usable_area before positioning clients

This ensures that the usable area is completely calculated
before non exclusive-zone clients are positioned / resized.

Fixes #1285
Reported-by: @spl237
src/layers.c