aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-02-26 00:58:22 +0000
committernyamatongwe <unknown>2006-02-26 00:58:22 +0000
commit3443ea8530e6e6f2a1195b4ae472e9c50b9434f4 (patch)
tree43f3b3cd67b11f8e5950bbae9e9ed0fc02af99ed /src/ViewStyle.h
parentf6994eeda16b695b2abcb9654e704749b28a85b1 (diff)
downloadscintilla-mirror-3443ea8530e6e6f2a1195b4ae472e9c50b9434f4.tar.gz
Translucency implementation for INDIC_ROUNDBOX and caret line.
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 d06c02002..90d50b1fb 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -85,6 +85,7 @@ public:
ColourPair caretcolour;
bool showCaretLineBackground;
ColourPair caretLineBackground;
+ int caretLineAlpha;
ColourPair edgecolour;
int edgeState;
int caretWidth;