applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
This commit is contained in:
		
							parent
							
								
									e0cfe07648
								
							
						
					
					
						commit
						154497541d
					
				
							
								
								
									
										6
									
								
								event.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								event.c
									
									
									
									
									
								
							| @ -142,12 +142,8 @@ buttonpress(XEvent *e) { | ||||
| 				return; | ||||
| 			} | ||||
| 		} | ||||
| 		if(ev->x < x + blw) | ||||
| 			switch(ev->button) { | ||||
| 			case Button1: | ||||
| 		if(ev->x < x + blw && ev->button == Button1) | ||||
| 			setlayout(NULL); | ||||
| 				break; | ||||
| 			} | ||||
| 		else if(ev->button == Button4) | ||||
| 			focusclient("-1"); | ||||
| 		else if(ev->button == Button5) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user