diff options
author | jrxx <devnull@localhost> | 2011-01-17 16:04:20 -0600 |
---|---|---|
committer | jrxx <devnull@localhost> | 2011-01-17 16:04:20 -0600 |
commit | 9d5f8be054e6c3289b7730935664c0baf65e4c51 (patch) | |
tree | c2eb4407e29227d7f4b5f787f8a4e9c34f605784 /src/ViewStyle.h | |
parent | 89c21a81fcfccc4beecc2442e6e434fd6edbc9b1 (diff) | |
download | scintilla-mirror-9d5f8be054e6c3289b7730935664c0baf65e4c51.tar.gz |
Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.
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 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(); }; |