mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-08 08:02:00 -07:00
docs: update
This commit is contained in:
4
sowm.c
4
sowm.c
@@ -312,8 +312,7 @@ void win_del(Window w) {
|
|||||||
client *c;
|
client *c;
|
||||||
|
|
||||||
for(c=head;c;c=c->next) {
|
for(c=head;c;c=c->next) {
|
||||||
if (c->win != w) continue;
|
if (c->win == w) {
|
||||||
|
|
||||||
if (c->prev == NULL && c->next == NULL) {
|
if (c->prev == NULL && c->next == NULL) {
|
||||||
free(head);
|
free(head);
|
||||||
|
|
||||||
@@ -346,6 +345,7 @@ void win_del(Window w) {
|
|||||||
win_update();
|
win_update();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ws_save(int i) {
|
void ws_save(int i) {
|
||||||
|
Reference in New Issue
Block a user