Fixed issue #44
This commit is contained in:
		
							parent
							
								
									edd016945a
								
							
						
					
					
						commit
						8ab3cee6a5
					
				
							
								
								
									
										1
									
								
								window.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								window.c
									
									
									
									
									
								
							| @ -393,6 +393,7 @@ void win_draw(win_t *win) { | |||||||
| 	if (win == NULL || win->xwin == None) | 	if (win == NULL || win->xwin == None) | ||||||
| 		return; | 		return; | ||||||
| 
 | 
 | ||||||
|  | 	if (win->barh > 0) | ||||||
| 		win_draw_bar(win); | 		win_draw_bar(win); | ||||||
| 
 | 
 | ||||||
| 	XSetWindowBackgroundPixmap(win->env.dpy, win->xwin, win->pm); | 	XSetWindowBackgroundPixmap(win->env.dpy, win->xwin, win->pm); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bert Münnich
						Bert Münnich