diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-01-19 09:46:26 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-01-19 09:46:26 +0000 |
commit | 4bc29226239bfac96b7370af6e2aeb47e7bde53d (patch) | |
tree | 58130ac90603bfb99be85ac73c9cb7b80790de2d /scintilla/src/ViewStyle.h | |
parent | 7bc623780f03fc001ede5556cdd2dbc646ef4c9f (diff) | |
download | notepad2-mod-4bc29226239bfac96b7370af6e2aeb47e7bde53d.zip notepad2-mod-4bc29226239bfac96b7370af6e2aeb47e7bde53d.tar.gz notepad2-mod-4bc29226239bfac96b7370af6e2aeb47e7bde53d.tar.bz2 |
update scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@383 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index 70b1d4a..89bfd32 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -20,6 +20,7 @@ public: int width;
int mask;
bool sensitive;
+ int cursor;
MarginStyle();
};
|