aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2019-01-14 19:03:32 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2019-01-14 19:05:48 +1000
commit22ac1c121ab1ed09ab82ed1586fdaf725823305c (patch)
treed990f45977d24f9ef55b3a724c80aa5d6f6b729e /config.in
parentMerge pull request #3417 from swaywm/remove-swaylock (diff)
downloadsway-22ac1c121ab1ed09ab82ed1586fdaf725823305c.tar.gz
sway-22ac1c121ab1ed09ab82ed1586fdaf725823305c.tar.zst
sway-22ac1c121ab1ed09ab82ed1586fdaf725823305c.zip
Replace resize_axis with wlr_edges
This patch removes the resize_axis enum in favour of wlr_edges. As wlr_edges has no `horizontal` or `vertical` value, it denotes these by bitwise `or`ing the left/right and up/down values. Two constants are defined to make it easier to refer to these. This will allow the tiling resize seatop to utilise the functions in this file. resize_axis was local to the resize command and couldn't be exposed in function arguments.
Diffstat (limited to 'config.in')
0 files changed, 0 insertions, 0 deletions