summaryrefslogtreecommitdiff
path: root/desktop/plot_style.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-12 16:32:39 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-12 16:32:39 +0000
commit86b8057c6020591ff5b46b77efabd118b807c903 (patch)
treea0e433bd3eb703b3e8425a93c3594d8f575027c1 /desktop/plot_style.c
parent18b2824d6c9bbba06bd62f1ff535c1ca4555d0a9 (diff)
downloadnetsurf-86b8057c6020591ff5b46b77efabd118b807c903.tar.gz
netsurf-86b8057c6020591ff5b46b77efabd118b807c903.tar.bz2
Remove pointless rectangle fill under text.
svn path=/trunk/netsurf/; revision=11037
Diffstat (limited to 'desktop/plot_style.c')
-rw-r--r--desktop/plot_style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/plot_style.c b/desktop/plot_style.c
index 504609e65..452075d91 100644
--- a/desktop/plot_style.c
+++ b/desktop/plot_style.c
@@ -69,7 +69,7 @@ plot_style_t const * const plot_style_margin_edge =
/* caret style used in html_redraw_caret */
static plot_style_t plot_style_caret_static = {
.stroke_type = PLOT_OP_TYPE_SOLID,
- .stroke_colour = 0x808080, /* todo - choose a proper colour */
+ .stroke_colour = 0x0000ff, /* todo - choose a proper colour */
};
plot_style_t *plot_style_caret = &plot_style_caret_static;