summaryrefslogtreecommitdiff
path: root/desktop/plot_style.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plot_style.h')
-rw-r--r--desktop/plot_style.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/plot_style.h b/desktop/plot_style.h
index f0cd35420..8f57915a9 100644
--- a/desktop/plot_style.h
+++ b/desktop/plot_style.h
@@ -147,6 +147,11 @@ extern plot_style_t const * const plot_style_content_edge;
extern plot_style_t const * const plot_style_padding_edge;
extern plot_style_t const * const plot_style_margin_edge;
+/* Broken object replacement styles */
+extern plot_style_t const * const plot_style_broken_object;
+extern plot_font_style_t const * const plot_fstyle_broken_object;
+
+
/* other styles */
extern plot_style_t *plot_style_caret;
extern plot_style_t *plot_style_stroke_history;