diff options
| author | nyamatongwe <unknown> | 2007-05-29 12:39:35 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2007-05-29 12:39:35 +0000 | 
| commit | 1ac62f75e51df6fd1521c0bb7633ff20a128e169 (patch) | |
| tree | 4528e55558ba91dde9709755cc5a1abec6540425 /src/ViewStyle.h | |
| parent | 38ae0852c15b8c2475f5f78b4e678379ce0be3de (diff) | |
| download | scintilla-mirror-1ac62f75e51df6fd1521c0bb7633ff20a128e169.tar.gz | |
Block caret feature added by Todd Whiteman.
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 eb4e8dc11..61ebe85ee 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -91,6 +91,7 @@ public:  	int caretLineAlpha;  	ColourPair edgecolour;  	int edgeState; +	int caretStyle;  	int caretWidth;  	bool someStylesProtected;  	bool extraFontFlag;  | 
