aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r--libstorycode/narrative_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h
index 065b416..7ba7028 100644
--- a/libstorycode/narrative_priv.h
+++ b/libstorycode/narrative_priv.h
@@ -68,6 +68,7 @@ struct narrative_item
#else
void *slide_thumbnail;
#endif
+ int selected; /* Whether or not this item should be given a "selected" highlight */
};