diff options
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |