diff options
| -rw-r--r-- | client.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -284,6 +284,7 @@ pop(Client *c)  		c->next->prev = c->prev;  	*l = c->next; +	c->prev = NULL;  	if(clients)  		clients->prev = c;  	c->next = clients; | 
|  | index : dwm | |
| My fork of suckless dwm: https://git.suckless.org/dwm | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | client.c | 1 | 
| @@ -284,6 +284,7 @@ pop(Client *c)  		c->next->prev = c->prev;  	*l = c->next; +	c->prev = NULL;  	if(clients)  		clients->prev = c;  	c->next = clients; |