summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-09-23 12:10:01 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-09-23 12:10:01 +0200
commit559fdaeb07024c6b6d0d354900805b61fb262367 (patch)
treecc45bdac9f5534f598f0be503b2cfd6b6d42aa49 /src/items.h
parentf71553cd2fb7bab75f014f2fe79ea900f4faee5a (diff)
downloadcataract-559fdaeb07024c6b6d0d354900805b61fb262367.tar.xz
Make thumbnail orientation independent of source image orientation
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/items.h b/src/items.h
index c972d59..ffad086 100644
--- a/src/items.h
+++ b/src/items.h
@@ -74,7 +74,7 @@ typedef struct {
/* generated item info */
/* !! be careful with writes to this structure during thread work !! */
- gboolean gen_portrait;
+ gboolean gen_portrait; /* thumbnail orientation, don't use for original image orientation */
} TIndexItem;