]> git.mdlowis.com Git - proto/labwc.git/commit
output: Use better arg naming for output_update_all_usable_areas()
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 6 Jan 2023 18:54:51 +0000 (19:54 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 6 Jan 2023 19:39:04 +0000 (20:39 +0100)
commitbc4108fec01e9d66efd1c2b67f6c928cea023ecb
tree23deec58a379d55d3dc05f67345124d9d506264e
parent7b48da4ab26f464aa3c01a47a08c7e4d12e21d8b
output: Use better arg naming for output_update_all_usable_areas()

This restores the original approach of naming the argument `layout_changed`
which fits much better than `enforce_view_arrange`. Especially when extending
the function to also handle region updates once merged.
include/labwc.h
src/output.c
src/server.c