aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authorjrxx <unknown>2011-01-17 16:04:20 -0600
committerjrxx <unknown>2011-01-17 16:04:20 -0600
commit3364813a5ab10c86bdc3042f2262ae45606a878e (patch)
tree87915616908b358f6d881de361180f44741b1830 /src/ViewStyle.h
parent472525a2abf0804dad38cd30d1ca04a5a1e167b7 (diff)
downloadscintilla-mirror-3364813a5ab10c86bdc3042f2262ae45606a878e.tar.gz
Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.
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 cd6dc1a28..6ca488dff 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -20,6 +20,7 @@ public:
int width;
int mask;
bool sensitive;
+ int cursor;
MarginStyle();
};