mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #575 from fluxchief/border-color-fix
Use border background color as border background
This commit is contained in:
		
						commit
						5b8902ea9c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -145,7 +145,7 @@ static void render_with_title_bar(swayc_t *view, cairo_t *cr, struct border_colo
 | 
				
			||||||
	render_borders(view, cr, colors);
 | 
						render_borders(view, cr, colors);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// title bar background
 | 
						// title bar background
 | 
				
			||||||
	cairo_set_source_u32(cr, colors->child_border);
 | 
						cairo_set_source_u32(cr, colors->background);
 | 
				
			||||||
	cairo_rectangle(cr, 0, title_y, tb->size.w, tb->size.h);
 | 
						cairo_rectangle(cr, 0, title_y, tb->size.w, tb->size.h);
 | 
				
			||||||
	cairo_fill(cr);
 | 
						cairo_fill(cr);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue