From f71553cd2fb7bab75f014f2fe79ea900f4faee5a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 23 Sep 2009 11:53:23 +0200 Subject: Track image orientation separately, outside threading Also fix forgotten two struct members :-o --- src/items.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/items.h') 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; -- cgit v1.2.3