aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.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/LineMarker.h
parent1237be33a5d1f857ddd488ec1ea7137d00152100 (diff)
downloadscintilla-mirror-5d3ae5680394efc764a0fb972d28dcc542095cb3.tar.gz
Palette support removed.
Diffstat (limited to 'src/LineMarker.h')
-rw-r--r--src/LineMarker.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/LineMarker.h b/src/LineMarker.h
index 6477a1ffe..ccf410414 100644
--- a/src/LineMarker.h
+++ b/src/LineMarker.h
@@ -20,9 +20,9 @@ public:
enum typeOfFold { undefined, head, body, tail, headWithTail };
int markType;
- ColourPair fore;
- ColourPair back;
- ColourPair backSelected;
+ ColourDesired fore;
+ ColourDesired back;
+ ColourDesired backSelected;
int alpha;
XPM *pxpm;
RGBAImage *image;
@@ -62,7 +62,6 @@ public:
image = NULL;
return *this;
}
- void RefreshColourPalette(Palette &pal, bool want);
void SetXPM(const char *textForm);
void SetXPM(const char *const *linesForm);
void SetRGBAImage(Point sizeRGBAImage, const unsigned char *pixelsRGBAImage);