aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-09-08 08:33:39 +0000
committernyamatongwe <unknown>2000-09-08 08:33:39 +0000
commitfd632fe35aebc4a854457babe9123315bef7bad3 (patch)
tree02d5d1981170e1bfb30f1634d0fd8f8f2a12a060 /src/ViewStyle.h
parent2836d9affd413c7141049ec24586251bd15f7969 (diff)
downloadscintilla-mirror-fd632fe35aebc4a854457babe9123315bef7bad3.tar.gz
Implemented settable caret width.
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 5b0ab1925..79ad82670 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -61,6 +61,7 @@ public:
ColourPair caretcolour;
ColourPair edgecolour;
int edgeState;
+ int caretWidth;
ViewStyle();
ViewStyle(const ViewStyle &source);