mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	seat: announce pointer capability for tablet tool
We use pointer focus for the tablet tool, so we should also use this capability. There is no dedicated tablet tool capability.
This commit is contained in:
		
							parent
							
								
									41a3b68846
								
							
						
					
					
						commit
						b6e439a5cc
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -397,6 +397,7 @@ seat_update_capabilities(struct seat *seat)
 | 
			
		|||
			caps |= WL_SEAT_CAPABILITY_KEYBOARD;
 | 
			
		||||
			break;
 | 
			
		||||
		case WLR_INPUT_DEVICE_POINTER:
 | 
			
		||||
		case WLR_INPUT_DEVICE_TABLET_TOOL:
 | 
			
		||||
			caps |= WL_SEAT_CAPABILITY_POINTER;
 | 
			
		||||
			break;
 | 
			
		||||
		case WLR_INPUT_DEVICE_TOUCH:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue