summaryrefslogtreecommitdiff
path: root/desktop/plot_style.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-11-05 18:17:27 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-11-05 18:19:14 +0000
commitd0cb1d4e66662b31c3354e20f9ac290153f9bd39 (patch)
tree356d67a9017ecab614b1557e0462f9126d09826a /desktop/plot_style.h
parentf16d560f6ff9d0fd3a0dc06a8bf072f18507fbcd (diff)
downloadnetsurf-d0cb1d4e66662b31c3354e20f9ac290153f9bd39.tar.gz
netsurf-d0cb1d4e66662b31c3354e20f9ac290153f9bd39.tar.bz2
Don't abort redraw on bad image.
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;