mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			270 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			270 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __LABWC_XBM_H
 | 
						|
#define __LABWC_XBM_H
 | 
						|
 | 
						|
#include <wlr/render/wlr_renderer.h>
 | 
						|
 | 
						|
#include "xbm/parse.h"
 | 
						|
 | 
						|
/**
 | 
						|
 * xbm_load - load theme xbm files into global theme struct
 | 
						|
 */
 | 
						|
void xbm_load(struct theme *theme, struct wlr_renderer *renderer);
 | 
						|
 | 
						|
#endif /* __LABWC_XBM_H */
 |