|
|
@ -381,7 +381,6 @@ void seat_set_focus_warp(struct sway_seat *seat,
|
|
|
|
if (last_ws) {
|
|
|
|
if (last_ws) {
|
|
|
|
ipc_event_workspace(last_ws, container, "focus");
|
|
|
|
ipc_event_workspace(last_ws, container, "focus");
|
|
|
|
if (last_ws->children->length == 0) {
|
|
|
|
if (last_ws->children->length == 0) {
|
|
|
|
output_damage_whole(last_ws->parent->sway_output);
|
|
|
|
|
|
|
|
container_destroy(last_ws);
|
|
|
|
container_destroy(last_ws);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|