aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-05-29 12:39:35 +0000
committernyamatongwe <devnull@localhost>2007-05-29 12:39:35 +0000
commit8b5449f2e32ef24b2acd48483f0f80fa5f1b215a (patch)
tree4528e55558ba91dde9709755cc5a1abec6540425 /src/ViewStyle.h
parent5a69ddeca6d1cc05fa71670c4f49dbd421e8c9dc (diff)
downloadscintilla-mirror-8b5449f2e32ef24b2acd48483f0f80fa5f1b215a.tar.gz
Block caret feature added by Todd Whiteman.
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 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;