diff options
Diffstat (limited to 'w3mimg/fb/fb_imlib2.h')
-rw-r--r-- | w3mimg/fb/fb_imlib2.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/w3mimg/fb/fb_imlib2.h b/w3mimg/fb/fb_imlib2.h new file mode 100644 index 0000000..a091c60 --- /dev/null +++ b/w3mimg/fb/fb_imlib2.h @@ -0,0 +1,14 @@ +#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 |