diff options
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,6 +19,8 @@ #ifndef THUMBS_H #define THUMBS_H +#include <Imlib2.h> + #include "window.h" typedef enum { @@ -29,7 +31,7 @@ typedef enum { } tnsdir_t; typedef struct { - Pixmap pm; + Imlib_Image *im; int x; int y; int w; |