aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-23 10:20:04 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-23 10:20:04 +0200
commitbac5d1b43e57415c823e84a87fed226c30f0d0ab (patch)
tree506beb49b45a7f2dd124b365b1622bf21f89792c /src/stylesheet.h
parent05662243972af0a5db0c62f19540b95e68eee8a5 (diff)
SC prologue for top frame
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 6879a95..79ee341 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -51,6 +51,8 @@ struct slide_template
/* References to the styles in the main list */
struct style **styles;
int n_styles;
+
+ struct style *top_style;
};