sway

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

commit 2e92538d7febe73fb1bebd736cf5515bb4783d03
parent 14b7755134373d61f104a2e5c8ebaa3952b83e46
Author: taiyu <taiyu.len@gmail.com>
Date:   Sat, 15 Aug 2015 17:45:16 -0700

style

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

diff --git a/sway/handlers.c b/sway/handlers.c @@ -86,7 +86,6 @@ static void handle_output_focused(wlc_handle output, bool focus) { } static bool handle_view_created(wlc_handle handle) { - swayc_t *focused = get_focused_container(&root_container); swayc_t *view = new_view(focused, handle); if (view) {