diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-07 13:07:31 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-07 13:07:31 +1100 |
commit | c9583121d5ac254ee9a0ec538f7a19e680f1f434 (patch) | |
tree | 3b8cdb4b6202e18c61b90046736205de0a1a75de /src/ViewStyle.cxx | |
parent | b87af475d5cc5736eaf0a2f5addfa900abe46eed (diff) | |
download | scintilla-mirror-c9583121d5ac254ee9a0ec538f7a19e680f1f434.tar.gz |
Move CARETSTYLE_INS_MASK from Scintilla.iface as it is not documented.rel-4-1-4
Diffstat (limited to 'src/ViewStyle.cxx')
-rw-r--r-- | src/ViewStyle.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 148163bec..2da3a2a52 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -27,6 +27,8 @@ #include "Style.h" #include "ViewStyle.h" +#define CARETSTYLE_INS_MASK 0xF + using namespace Scintilla; MarginStyle::MarginStyle(int style_, int width_, int mask_) : |