diff options
author | nyamatongwe <unknown> | 2006-05-21 02:53:47 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-05-21 02:53:47 +0000 |
commit | cbc94914289e79f1d3694d4422bab34bff56ae25 (patch) | |
tree | 15abb4e7ae94e7d22cb4fd18e1fced5683c14c65 /src/ViewStyle.h | |
parent | 14436843d5eeb4a6c02b99cfb68e280b49a08468 (diff) | |
download | scintilla-mirror-cbc94914289e79f1d3694d4422bab34bff56ae25.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; |