aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Indicator.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-09-25 09:50:39 +1000
committernyamatongwe <devnull@localhost>2011-09-25 09:50:39 +1000
commit5d3ae5680394efc764a0fb972d28dcc542095cb3 (patch)
treed597d84cfe6eddd813d56505e7252a1b2521fdc6 /src/Indicator.h
parent1237be33a5d1f857ddd488ec1ea7137d00152100 (diff)
downloadscintilla-mirror-5d3ae5680394efc764a0fb972d28dcc542095cb3.tar.gz
Palette support removed.
Diffstat (limited to 'src/Indicator.h')
-rw-r--r--src/Indicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Indicator.h b/src/Indicator.h
index e787b592d..0284a855b 100644
--- a/src/Indicator.h
+++ b/src/Indicator.h
@@ -18,7 +18,7 @@ class Indicator {
public:
int style;
bool under;
- ColourPair fore;
+ ColourDesired fore;
int fillAlpha;
int outlineAlpha;
Indicator() : style(INDIC_PLAIN), under(false), fore(ColourDesired(0,0,0)), fillAlpha(30), outlineAlpha(50) {