mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Fix cursor visibility on surface commit
This commit is contained in:
		
							parent
							
								
									fb5572db5a
								
							
						
					
					
						commit
						6a9995d18c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -874,6 +874,7 @@ static void output_cursor_handle_commit(struct wl_listener *listener,
 | 
				
			||||||
	struct wlr_output_cursor *cursor =
 | 
						struct wlr_output_cursor *cursor =
 | 
				
			||||||
		wl_container_of(listener, cursor, surface_commit);
 | 
							wl_container_of(listener, cursor, surface_commit);
 | 
				
			||||||
	output_cursor_commit(cursor, true);
 | 
						output_cursor_commit(cursor, true);
 | 
				
			||||||
 | 
						output_cursor_update_visible(cursor);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void output_cursor_handle_destroy(struct wl_listener *listener,
 | 
					static void output_cursor_handle_destroy(struct wl_listener *listener,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue