diff options
author | nyamatongwe <devnull@localhost> | 2006-05-21 02:53:47 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-05-21 02:53:47 +0000 |
commit | 8bc63ca16fc5b97d3c8bd384f32a2d279cf0d77b (patch) | |
tree | 15abb4e7ae94e7d22cb4fd18e1fced5683c14c65 /src/ViewStyle.h | |
parent | d36b56fea83ecfefb4e7bdeefed3829afd27bd05 (diff) | |
download | scintilla-mirror-8bc63ca16fc5b97d3c8bd384f32a2d279cf0d77b.tar.gz |
Added translucency for selection and markers.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
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; |