From 73a92795982d1c0896217caabcd48335c3ed9d63 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 18 Feb 2011 14:57:24 +0100 Subject: Center humbnails in window --- thumbs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index 70d8b3c..157173d 100644 --- a/thumbs.h +++ b/thumbs.h @@ -39,6 +39,8 @@ typedef struct thumb_s { typedef struct tns_s { thumb_t *thumbs; int cnt; + int x; + int y; int cols; int rows; int first; -- cgit v1.2.3