sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit a4bf09f1426fff7b058cfdd1f037859fb1006c26
parent a12850444d38cc1b00e30adb6dea82b6e2045914
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 30 Mar 2016 08:36:25 -0400

Remove leftover comment

Diffstat:
Msway/handlers.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sway/handlers.c b/sway/handlers.c @@ -659,7 +659,6 @@ static bool handle_pointer_button(wlc_handle view, uint32_t time, const struct w swayc_t *op = root_container.children->items[i]; for (j = 0; j < op->children->length; ++j) { swayc_t *ws = op->children->items[j]; - // TODO: adjust outer gaps ws->gaps = 0; if (config->floating_scroll == FSB_GAPS_INNER) { container_map(ws, add_gaps, &amount); } else {