mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	In the theme directory add close-{active,inactive}.svg instead of
close.xbm - and similarly for iconify, menu and max.
		
	
			
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			248 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0-only */
 | 
						|
#ifndef LABWC_BUTTON_SVG_H
 | 
						|
#define LABWC_BUTTON_SVG_H
 | 
						|
 | 
						|
struct lab_data_buffer;
 | 
						|
 | 
						|
void button_svg_load(const char *button_name, struct lab_data_buffer **buffer,
 | 
						|
	int size);
 | 
						|
 | 
						|
#endif /* LABWC_BUTTON_SVG_H */
 |