fixed vanishing floating view

This commit is contained in:
taiyu 2015-08-22 18:25:05 -07:00
parent 1fd5962aeb
commit 36cd180f02
2 changed files with 10 additions and 8 deletions

View file

@ -34,7 +34,6 @@ static void update_focus(swayc_t *c) {
mask = 2;
container_map(c, set_view_visibility, &mask);
wlc_output_set_mask(parent->handle, 2);
c->parent->focused = c;
destroy_workspace(ws);
}
break;