]> git.corax.cc Git - mwm/commit
layout: Add infrastructure and client layout functions
authorMatthias Kruk <m@m10k.eu>
Tue, 18 May 2021 23:19:30 +0000 (08:19 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 18 May 2021 23:19:30 +0000 (08:19 +0900)
commit8af2a122a3ba07b6a2a694c211face8d8d09d4fd
tree2563926a4fed732419b95465a3ccd3e5d60dd8bf
parentd2ddb56f1fef223872cde14fed7f525f98753806
layout: Add infrastructure and client layout functions

Infrastructure to support layout functions, and layout functions
themselves are necessary to correctly display a workspace. This
commit adds the necessary infrastructure to enable swift
implementations of layout functions.
Further, this commit adds a horizontal and a vertical layout
function.
layout.c [new file with mode: 0644]
layout.h [new file with mode: 0644]