summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-18 14:57:24 +0100
committerBert <ber.t@gmx.com>2011-02-18 14:57:24 +0100
commit73a92795982d1c0896217caabcd48335c3ed9d63 (patch)
tree72d02041767ef141dc01ccfd3d794b43ba4b410b /thumbs.h
parent76cca4ecb683e520d2ad63f383c9327ddcc1102f (diff)
downloadnsxiv-73a92795982d1c0896217caabcd48335c3ed9d63.tar.zst
Center humbnails in window
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h2
1 files changed, 2 insertions, 0 deletions
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;