Allow FillToEdge to grow when all its edges are blocked.
authorDana Jansens <danakj@orodu.net>
Sun, 1 Sep 2013 21:37:53 +0000 (17:37 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 2 Sep 2013 18:10:37 +0000 (14:10 -0400)
commite6a0beb34bfe3f445a115eb6df9276bb2692f7dd
tree1ac15a8d43ffb2895286e55d516df68a4270d62f
parentf5e9df18a46240b4fdaebf540a1052e65507dcfe
Allow FillToEdge to grow when all its edges are blocked.

This change points out how useless the return value from client_find_resize_directional()
was, so it also removes that.

When all edges are blocked, the FillToEdge action will try to grow all four edges agin
without blocking any of them on their current edge. This more closely matches the
behaviour of the GrowToEdge action.
openbox/actions/growtoedge.c
openbox/client.c
openbox/client.h