mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Remove extraneous keyboard send_enter
This commit is contained in:
		
							parent
							
								
									66587eb430
								
							
						
					
					
						commit
						75fd9b8426
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -150,7 +150,6 @@ void view_setup(struct roots_view *view) {
 | 
				
			||||||
	struct roots_input *input = view->desktop->server->input;
 | 
						struct roots_input *input = view->desktop->server->input;
 | 
				
			||||||
	view_center(view);
 | 
						view_center(view);
 | 
				
			||||||
	set_view_focus(input, view->desktop, view);
 | 
						set_view_focus(input, view->desktop, view);
 | 
				
			||||||
	wlr_seat_keyboard_notify_enter(input->wl_seat, view->wlr_surface);
 | 
					 | 
				
			||||||
	struct wlr_box before;
 | 
						struct wlr_box before;
 | 
				
			||||||
	view_get_size(view, &before);
 | 
						view_get_size(view, &before);
 | 
				
			||||||
	view_update_output(view, &before);
 | 
						view_update_output(view, &before);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue