aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 9648e729..32e7098c 100644
--- 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
659 swayc_t *op = root_container.children->items[i]; 659 swayc_t *op = root_container.children->items[i];
660 for (j = 0; j < op->children->length; ++j) { 660 for (j = 0; j < op->children->length; ++j) {
661 swayc_t *ws = op->children->items[j]; 661 swayc_t *ws = op->children->items[j];
662 // TODO: adjust outer gaps ws->gaps = 0;
663 if (config->floating_scroll == FSB_GAPS_INNER) { 662 if (config->floating_scroll == FSB_GAPS_INNER) {
664 container_map(ws, add_gaps, &amount); 663 container_map(ws, add_gaps, &amount);
665 } else { 664 } else {