fix of typo, thx to Enno Gottox Boland
This commit is contained in:
		
							parent
							
								
									2373940215
								
							
						
					
					
						commit
						bf9da23f07
					
				
							
								
								
									
										2
									
								
								dwm.c
								
								
								
								
							
							
						
						
									
										2
									
								
								dwm.c
								
								
								
								
							| 
						 | 
					@ -1015,7 +1015,7 @@ propertynotify(XEvent *e) {
 | 
				
			||||||
	Window trans;
 | 
						Window trans;
 | 
				
			||||||
	XPropertyEvent *ev = &e->xproperty;
 | 
						XPropertyEvent *ev = &e->xproperty;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if((ev->window == root) && (ev->atom = XA_WM_NAME))
 | 
						if((ev->window == root) && (ev->atom == XA_WM_NAME))
 | 
				
			||||||
		updatestatus();
 | 
							updatestatus();
 | 
				
			||||||
	else if(ev->state == PropertyDelete)
 | 
						else if(ev->state == PropertyDelete)
 | 
				
			||||||
		return; /* ignore */
 | 
							return; /* ignore */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue