mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								/* SPDX-License-Identifier: GPL-2.0-only */
							 | 
						||
| 
								 | 
							
								#ifndef LABWC_TOUCH_H
							 | 
						||
| 
								 | 
							
								#define LABWC_TOUCH_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								struct seat;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void touch_init(struct seat *seat);
							 | 
						||
| 
								 | 
							
								void touch_finish(struct seat *seat);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif /* LABWC_TOUCH_H */
							 |