drw_resize should be called on mapping as well
This commit is contained in:
		
							
								
								
									
										2
									
								
								sent.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								sent.c
									
									
									
									
									
								
							| @ -431,6 +431,7 @@ void resize(int width, int height) | |||||||
| 	xw.h = height; | 	xw.h = height; | ||||||
| 	xw.uw = usablewidth * width; | 	xw.uw = usablewidth * width; | ||||||
| 	xw.uh = usableheight * height; | 	xw.uh = usableheight * height; | ||||||
|  | 	drw_resize(d, width, height); | ||||||
| } | } | ||||||
|  |  | ||||||
| void run() | void run() | ||||||
| @ -592,7 +593,6 @@ void kpress(XEvent *e) | |||||||
| void configure(XEvent *e) | void configure(XEvent *e) | ||||||
| { | { | ||||||
| 	resize(e->xconfigure.width, e->xconfigure.height); | 	resize(e->xconfigure.width, e->xconfigure.height); | ||||||
| 	drw_resize(d, e->xconfigure.width, e->xconfigure.height); |  | ||||||
| 	if (slides[idx].img) | 	if (slides[idx].img) | ||||||
| 		slides[idx].img->state &= ~(DRAWN | SCALED); | 		slides[idx].img->state &= ~(DRAWN | SCALED); | ||||||
| 	xdraw(); | 	xdraw(); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user