From e09a6b5e3f8c3869617fb3e749c4e455ba50989a Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 17 Feb 2011 14:45:54 +0100 Subject: Appropriate title for thumbnail mode --- thumbs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thumbs.h') 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 { -- cgit v1.2.3