From e9c36334f53bb6aea931d0ec00e8967ef822c92c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 May 2019 18:23:59 +0200 Subject: Beautify cursor and selection highlight for slides --- libstorycode/narrative_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libstorycode/narrative_priv.h') 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 */ }; -- cgit v1.2.3