mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	xdg-toplevel: allow edge_none for resizing
This commit is contained in:
		
							parent
							
								
									293b0aa502
								
							
						
					
					
						commit
						9c50cd71b6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -298,6 +298,7 @@ static void xdg_toplevel_handle_resize(struct wl_client *client,
 | 
				
			||||||
		wlr_seat_client_from_resource(seat_resource);
 | 
							wlr_seat_client_from_resource(seat_resource);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	switch (edges) {
 | 
						switch (edges) {
 | 
				
			||||||
 | 
						case XDG_TOPLEVEL_RESIZE_EDGE_NONE:
 | 
				
			||||||
	case XDG_TOPLEVEL_RESIZE_EDGE_TOP:
 | 
						case XDG_TOPLEVEL_RESIZE_EDGE_TOP:
 | 
				
			||||||
	case XDG_TOPLEVEL_RESIZE_EDGE_BOTTOM:
 | 
						case XDG_TOPLEVEL_RESIZE_EDGE_BOTTOM:
 | 
				
			||||||
	case XDG_TOPLEVEL_RESIZE_EDGE_LEFT:
 | 
						case XDG_TOPLEVEL_RESIZE_EDGE_LEFT:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue