Files
w3m/w3mimg/fb/fb_imlib2.h
Fumitoshi UKAI eec657d140 indent
2002-07-18 14:31:07 +00:00

15 lines
200 B
C

#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