clean comment regarding redrawing in bmotion().
This commit is contained in:
		
							parent
							
								
									b61afd24be
								
							
						
					
					
						commit
						81a048d6cf
					
				
							
								
								
									
										4
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								st.c
									
									
									
									
									
								
							| @ -522,7 +522,9 @@ static void brelease(XEvent *e) { | |||||||
| static void bmotion(XEvent *e) { | static void bmotion(XEvent *e) { | ||||||
| 	if (sel.mode) { | 	if (sel.mode) { | ||||||
| 		getbuttoninfo(e, NULL, &sel.ex, &sel.ey); | 		getbuttoninfo(e, NULL, &sel.ex, &sel.ey); | ||||||
| 		//	draw(1);
 | 		/* XXX: draw() can't keep up, disabled for now.
 | ||||||
|  | 		   selection is visible on button release. | ||||||
|  | 		   draw(1); */ | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user