mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	xdg: updates from wlroots master
This commit is contained in:
		
							parent
							
								
									8d1a34279c
								
							
						
					
					
						commit
						3d15444b3a
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -309,12 +309,12 @@ xdg_toplevel_view_map(struct view *view)
 | 
			
		|||
		position_xdg_toplevel_view(view);
 | 
			
		||||
 | 
			
		||||
		struct wlr_subsurface *subsurface;
 | 
			
		||||
		wl_list_for_each(subsurface, &view->surface->subsurfaces_below,
 | 
			
		||||
				 parent_link) {
 | 
			
		||||
		wl_list_for_each(subsurface, &view->surface->current.subsurfaces_below,
 | 
			
		||||
				 current.link) {
 | 
			
		||||
			subsurface_create(view, subsurface);
 | 
			
		||||
		}
 | 
			
		||||
		wl_list_for_each(subsurface, &view->surface->subsurfaces_above,
 | 
			
		||||
				 parent_link) {
 | 
			
		||||
		wl_list_for_each(subsurface, &view->surface->current.subsurfaces_above,
 | 
			
		||||
				 current.link) {
 | 
			
		||||
			subsurface_create(view, subsurface);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue