mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	xwayland: fix unmanaged surfaces order
This commit is contained in:
		
							parent
							
								
									df1aeed6c2
								
							
						
					
					
						commit
						d1433c637a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ static void unmanaged_handle_map(struct wl_listener *listener, void *data) {
 | 
			
		|||
		wl_container_of(listener, surface, map);
 | 
			
		||||
	struct wlr_xwayland_surface *xsurface = surface->wlr_xwayland_surface;
 | 
			
		||||
 | 
			
		||||
	wl_list_insert(&root_container.sway_root->xwayland_unmanaged,
 | 
			
		||||
	wl_list_insert(root_container.sway_root->xwayland_unmanaged.prev,
 | 
			
		||||
		&surface->link);
 | 
			
		||||
 | 
			
		||||
	wl_signal_add(&xsurface->surface->events.commit, &surface->commit);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue