mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			238 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0-only */
 | 
						|
#ifndef LABWC_TABLET_TOOL_CONFIG_H
 | 
						|
#define LABWC_TABLET_TOOL_CONFIG_H
 | 
						|
 | 
						|
#include "config/types.h"
 | 
						|
 | 
						|
enum lab_motion tablet_parse_motion(const char *name);
 | 
						|
 | 
						|
#endif /* LABWC_TABLET_TOOL_CONFIG_H */
 |