aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thumbs.h b/thumbs.h
index 170be27..01b161a 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -22,11 +22,12 @@
#include "window.h"
typedef struct thumb_s {
+ Pixmap pm;
+ const char *filename;
int x;
int y;
int w;
int h;
- Pixmap pm;
} thumb_t;
typedef struct tns_s {