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