summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-09-23 11:53:23 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-09-23 11:53:23 +0200
commitf71553cd2fb7bab75f014f2fe79ea900f4faee5a (patch)
treefa9ccb274e5b2df5a7af44fab90e86776d4177be /src/items.h
parentbf19313cd64fb6ac21004a06586f90fd3765293b (diff)
downloadcataract-f71553cd2fb7bab75f014f2fe79ea900f4faee5a.tar.xz
Track image orientation separately, outside threading
Also fix forgotten two struct members :-o
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/items.h b/src/items.h
index de71a71..c972d59 100644
--- a/src/items.h
+++ b/src/items.h
@@ -73,6 +73,7 @@ typedef struct {
gboolean hidden;
/* generated item info */
+ /* !! be careful with writes to this structure during thread work !! */
gboolean gen_portrait;
} TIndexItem;