mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	input: move cursor event listeners from tablet to seat
Otherwise we would subscribe multiple times to the same event when having multiple tablets.
This commit is contained in:
		
							parent
							
								
									538eb3ee83
								
							
						
					
					
						commit
						dd0cee02a4
					
				
					 9 changed files with 40 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@ struct drawing_tablet_tool {
 | 
			
		|||
	struct wl_list link; /* seat.tablet_tools */
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void tablet_tool_init(struct seat *seat,
 | 
			
		||||
void tablet_tool_create(struct seat *seat,
 | 
			
		||||
	struct wlr_tablet_tool *wlr_tablet_tool);
 | 
			
		||||
bool tablet_tool_has_focused_surface(struct seat *seat);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue