mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	xdg: chase wlr_xdg_toplevel refactor (issue #64)
This commit is contained in:
		
							parent
							
								
									639660883b
								
							
						
					
					
						commit
						d11643bea5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -134,7 +134,7 @@ handle_request_maximize(struct wl_listener *listener, void *data)
 | 
			
		|||
	struct view *view = wl_container_of(listener, view, request_maximize);
 | 
			
		||||
	struct wlr_xdg_surface *surface = data;
 | 
			
		||||
	if (view) {
 | 
			
		||||
		view_maximize(view, surface->toplevel->client_pending.maximized);
 | 
			
		||||
		view_maximize(view, surface->toplevel->requested.maximized);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue