aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-02-26 00:58:22 +0000
committernyamatongwe <devnull@localhost>2006-02-26 00:58:22 +0000
commit38a5a1bfddd9beab8370970084514eba5cfd8486 (patch)
tree43f3b3cd67b11f8e5950bbae9e9ed0fc02af99ed /src/ViewStyle.h
parent818cf866da84841e0f46c8f7b717b18926032f25 (diff)
downloadscintilla-mirror-38a5a1bfddd9beab8370970084514eba5cfd8486.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;