diff options
Diffstat (limited to 'src/items.h')
| -rw-r--r-- | src/items.h | 1 |
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; |
