mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			222 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								/* SPDX-License-Identifier: GPL-2.0-only */
							 | 
						||
| 
								 | 
							
								#ifndef LABWC_IMG_XPM_H
							 | 
						||
| 
								 | 
							
								#define LABWC_IMG_XPM_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								struct lab_data_buffer;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void img_xpm_load(const char *filename, struct lab_data_buffer **buffer);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif /* LABWC_IMG_XPM_H */
							 |