mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Allow borderpx = 0
This commit is contained in:
		
							parent
							
								
									f125e1b9a4
								
							
						
					
					
						commit
						5bd9be3a75
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -1731,7 +1731,7 @@ renderclients(Monitor *m, struct timespec *now)
 | 
				
			||||||
		wlr_output_layout_output_coords(output_layout, m->wlr_output,
 | 
							wlr_output_layout_output_coords(output_layout, m->wlr_output,
 | 
				
			||||||
				&ox, &oy);
 | 
									&ox, &oy);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (c->bw == 0)
 | 
							if (c->isfullscreen || borderpx == 0)
 | 
				
			||||||
			goto render;
 | 
								goto render;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		w = surface->current.width;
 | 
							w = surface->current.width;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue