summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-03-15 13:55:52 +0100
committerBert <ber.t@gmx.com>2011-03-15 13:55:52 +0100
commit55659ffcc38d547b2a1525b9e444ae9ec8394643 (patch)
treeb6b378f7d1110854de212a457f06453855bbefe4 /thumbs.h
parentaadba6f7e57274f8e1337edb093cb73c8381ba91 (diff)
downloadnsxiv-55659ffcc38d547b2a1525b9e444ae9ec8394643.tar.zst
Use imlib-handles in thumbs.c instead of pixmaps
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;