fixed Gottox' buttonpress/ClkTagBar code
This commit is contained in:
		
							parent
							
								
									b86c818599
								
							
						
					
					
						commit
						deef4c9bfd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								dwm.c
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								dwm.c
									
										
									
									
									
								
							|  | @ -310,8 +310,8 @@ buttonpress(XEvent *e) { | |||
| 
 | ||||
| 	click = ClkRootWin; | ||||
| 	if(ev->window == barwin) { | ||||
| 		for(i = x = 0; ev->x >= x && ++i < LENGTH(tags); i++) | ||||
| 			x += TEXTW(tags[i]); | ||||
| 		i = x = 0; | ||||
| 		do x += TEXTW(tags[i]); while(ev->x >= x && ++i < LENGTH(tags)); | ||||
| 		if(i < LENGTH(tags)) { | ||||
| 			click = ClkTagBar; | ||||
| 			arg.ui = 1 << i; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue