diff options
author | nyamatongwe <devnull@localhost> | 2006-02-26 00:58:22 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-02-26 00:58:22 +0000 |
commit | 38a5a1bfddd9beab8370970084514eba5cfd8486 (patch) | |
tree | 43f3b3cd67b11f8e5950bbae9e9ed0fc02af99ed /src/ViewStyle.h | |
parent | 818cf866da84841e0f46c8f7b717b18926032f25 (diff) | |
download | scintilla-mirror-38a5a1bfddd9beab8370970084514eba5cfd8486.tar.gz |
Translucency implementation for INDIC_ROUNDBOX and caret line.
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 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; |