mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
docs: update
This commit is contained in:
parent
3ed4ca5e88
commit
3d88d1e937
6
sowm.c
6
sowm.c
@ -180,8 +180,7 @@ void win_del(Window w) {
|
|||||||
if (!c->prev && !c->next) {
|
if (!c->prev && !c->next) {
|
||||||
free(list);
|
free(list);
|
||||||
list = 0;
|
list = 0;
|
||||||
ws_save(desk);
|
goto del;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!c->prev) {
|
if (!c->prev) {
|
||||||
@ -197,8 +196,7 @@ void win_del(Window w) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
free(c);
|
free(c);
|
||||||
ws_save(desk);
|
del: ws_save(desk);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user