mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #800 from zandrmartin/fix-swaybar-take-3
third try for #678
This commit is contained in:
		
						commit
						762a673601
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -269,6 +269,7 @@ static bool handle_view_created(wlc_handle handle) {
 | 
				
			||||||
		wlc_view_set_mask(handle, VISIBLE);
 | 
							wlc_view_set_mask(handle, VISIBLE);
 | 
				
			||||||
		wlc_view_set_output(handle, panel_config->output);
 | 
							wlc_view_set_output(handle, panel_config->output);
 | 
				
			||||||
		wlc_view_bring_to_front(handle);
 | 
							wlc_view_bring_to_front(handle);
 | 
				
			||||||
 | 
							arrange_windows(&root_container, -1, -1);
 | 
				
			||||||
		return true;
 | 
							return true;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue