aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-05-21 02:53:47 +0000
committernyamatongwe <unknown>2006-05-21 02:53:47 +0000
commitcbc94914289e79f1d3694d4422bab34bff56ae25 (patch)
tree15abb4e7ae94e7d22cb4fd18e1fced5683c14c65 /src/ViewStyle.h
parent14436843d5eeb4a6c02b99cfb68e280b49a08468 (diff)
downloadscintilla-mirror-cbc94914289e79f1d3694d4422bab34bff56ae25.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;