mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Minor fix
This commit is contained in:
		
							parent
							
								
									22c5dd8a02
								
							
						
					
					
						commit
						097ed03647
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -583,9 +583,10 @@ void view_unmap(struct sway_view *view) {
 | 
				
			||||||
		workspace_detect_urgent(ws);
 | 
							workspace_detect_urgent(ws);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						cursor_send_pointer_motion(config->handler_context.seat->cursor, 0, true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	transaction_commit_dirty();
 | 
						transaction_commit_dirty();
 | 
				
			||||||
	view->surface = NULL;
 | 
						view->surface = NULL;
 | 
				
			||||||
	cursor_send_pointer_motion(config->handler_context.seat->cursor, 0, true);
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void view_update_size(struct sway_view *view, int width, int height) {
 | 
					void view_update_size(struct sway_view *view, int width, int height) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue