This commit is contained in:
taiyu 2015-08-15 17:45:16 -07:00
parent 14b7755134
commit 2e92538d7f
1 changed files with 0 additions and 1 deletions

View File

@ -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) {