diff options
author | nyamatongwe <unknown> | 2006-02-26 00:58:22 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-02-26 00:58:22 +0000 |
commit | 3443ea8530e6e6f2a1195b4ae472e9c50b9434f4 (patch) | |
tree | 43f3b3cd67b11f8e5950bbae9e9ed0fc02af99ed /src/ViewStyle.h | |
parent | f6994eeda16b695b2abcb9654e704749b28a85b1 (diff) | |
download | scintilla-mirror-3443ea8530e6e6f2a1195b4ae472e9c50b9434f4.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; |