drawregion() only copies region on screen.
This commit is contained in:
		
							parent
							
								
									0dbf9c8c12
								
							
						
					
					
						commit
						23bb97d9f3
					
				
							
								
								
									
										2
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								st.c
									
									
									
									
									
								
							| @ -1855,7 +1855,7 @@ drawregion(int x1, int y1, int x2, int y2) { | ||||
| 			xdraws(buf, base, ox, y, ic, ib); | ||||
| 	} | ||||
| 	xdrawcursor(); | ||||
| 	XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, 0, 0, xw.bufw, xw.bufh, BORDER, BORDER); | ||||
| 	XCopyArea(xw.dpy, xw.buf, xw.win, dc.gc, x1*xw.cw, y1*xw.ch, (x2-1)*xw.cw, (y2-1)*xw.ch, BORDER, BORDER); | ||||
| } | ||||
| 
 | ||||
| void | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user