aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-05-21 02:53:47 +0000
committernyamatongwe <devnull@localhost>2006-05-21 02:53:47 +0000
commit8bc63ca16fc5b97d3c8bd384f32a2d279cf0d77b (patch)
tree15abb4e7ae94e7d22cb4fd18e1fced5683c14c65 /src/ViewStyle.h
parentd36b56fea83ecfefb4e7bdeefed3829afd27bd05 (diff)
downloadscintilla-mirror-8bc63ca16fc5b97d3c8bd384f32a2d279cf0d77b.tar.gz
Added translucency for selection and markers.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 90d50b1fb..d0cb87f21 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -53,6 +53,7 @@ public:
bool selbackset;
ColourPair selbackground;
ColourPair selbackground2;
+ int selAlpha;
bool whitespaceForegroundSet;
ColourPair whitespaceForeground;
bool whitespaceBackgroundSet;