From b246799548652ff26a26a2b02643222146d3a12c Mon Sep 17 00:00:00 2001
From: minus <minus@mnus.de>
Date: Tue, 2 Aug 2016 22:02:39 +0200
Subject: [PATCH] fixed uninitialized bar.wrap_scroll

---
 sway/config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sway/config.c b/sway/config.c
index 25566213a..a1f33dcfe 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -1118,6 +1118,7 @@ struct bar_config *default_bar_config(void) {
 	bar->font = NULL;
 	bar->height = -1;
 	bar->workspace_buttons = true;
+	bar->wrap_scroll = false;
 	bar->separator_symbol = NULL;
 	bar->strip_workspace_numbers = false;
 	bar->binding_mode_indicator = true;