summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-15 17:45:16 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-15 17:45:16 -0700
commit2e92538d7febe73fb1bebd736cf5515bb4783d03 (patch)
treefcdda75c65f218343eaa1c1fcad2abd28a159cb7
parentset maximize flag for handled views (diff)
downloadsway-2e92538d7febe73fb1bebd736cf5515bb4783d03.tar.gz
sway-2e92538d7febe73fb1bebd736cf5515bb4783d03.tar.zst
sway-2e92538d7febe73fb1bebd736cf5515bb4783d03.zip
style
-rw-r--r--sway/handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index bb6c9843..9944be33 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -86,7 +86,6 @@ static void handle_output_focused(wlc_handle output, bool focus) {
86} 86}
87 87
88static bool handle_view_created(wlc_handle handle) { 88static bool handle_view_created(wlc_handle handle) {
89
90 swayc_t *focused = get_focused_container(&root_container); 89 swayc_t *focused = get_focused_container(&root_container);
91 swayc_t *view = new_view(focused, handle); 90 swayc_t *view = new_view(focused, handle);
92 if (view) { 91 if (view) {