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 | |
| dwm fork - https://dwm.suckless.org/ | malf | 
| summaryrefslogtreecommitdiffstats | 
| -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; |