aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-07 18:23:59 +0200
committerThomas White <taw@bitwiz.me.uk>2019-05-07 18:23:59 +0200
commite9c36334f53bb6aea931d0ec00e8967ef822c92c (patch)
tree4c8f2a982f6da60697ede9021e8bfb999d7143d8 /libstorycode/narrative_priv.h
parente1f1f218ba9559161f5fc1c01bcdda1dd7eb308e (diff)
Beautify cursor and selection highlight for slides
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 */
};