summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/thumbs.h b/thumbs.h
index af9c239..4b428d7 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -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;