16 lines
		
	
	
		
			260 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			260 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Id: fb_imlib2.h,v 1.3 2002/07/18 15:01:31 ukai Exp $ */
 | 
						|
#ifndef fb_imlib2_header
 | 
						|
#define fb_imlib2_header
 | 
						|
 | 
						|
#include <X11/Xlib.h>
 | 
						|
#include <Imlib2.h>
 | 
						|
 | 
						|
typedef struct {
 | 
						|
    int width;
 | 
						|
    int height;
 | 
						|
    Imlib_Image image;
 | 
						|
    DATA32 *data;
 | 
						|
} IMAGE;
 | 
						|
 | 
						|
#endif
 |