Height is height.
This commit is contained in:
		
							parent
							
								
									610723a58f
								
							
						
					
					
						commit
						9031e228ce
					
				
							
								
								
									
										2
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								st.c
									
									
									
									
									
								
							| @ -3469,7 +3469,7 @@ xinit(void) | |||||||
| 	if (xw.gm & XNegative) | 	if (xw.gm & XNegative) | ||||||
| 		xw.l += DisplayWidth(xw.dpy, xw.scr) - xw.w - 2; | 		xw.l += DisplayWidth(xw.dpy, xw.scr) - xw.w - 2; | ||||||
| 	if (xw.gm & YNegative) | 	if (xw.gm & YNegative) | ||||||
| 		xw.t += DisplayWidth(xw.dpy, xw.scr) - xw.h - 2; | 		xw.t += DisplayHeight(xw.dpy, xw.scr) - xw.h - 2; | ||||||
| 
 | 
 | ||||||
| 	/* Events */ | 	/* Events */ | ||||||
| 	xw.attrs.background_pixel = dc.col[defaultbg].pixel; | 	xw.attrs.background_pixel = dc.col[defaultbg].pixel; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user