mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Fix segfault in handle_request_resize
This commit is contained in:
		
							parent
							
								
									ce270fd73e
								
							
						
					
					
						commit
						ce7d1faf36
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@ static void handle_request_move(struct wl_listener *listener, void *data) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void handle_request_resize(struct wl_listener *listener, void *data) {
 | 
					static void handle_request_resize(struct wl_listener *listener, void *data) {
 | 
				
			||||||
	struct roots_wl_shell_surface *roots_surface =
 | 
						struct roots_wl_shell_surface *roots_surface =
 | 
				
			||||||
		wl_container_of(listener, roots_surface, request_move);
 | 
							wl_container_of(listener, roots_surface, request_resize);
 | 
				
			||||||
	struct roots_view *view = roots_surface->view;
 | 
						struct roots_view *view = roots_surface->view;
 | 
				
			||||||
	struct roots_input *input = view->desktop->server->input;
 | 
						struct roots_input *input = view->desktop->server->input;
 | 
				
			||||||
	struct wlr_wl_shell_surface_resize_event *e = data;
 | 
						struct wlr_wl_shell_surface_resize_event *e = data;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue