aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-11-01 00:00:22 +0000
committernyamatongwe <devnull@localhost>2001-11-01 00:00:22 +0000
commitdf78a0f2a8f47abd5530c3d27952a53f6f70e9c4 (patch)
treeae83b645b0179a2b1f9ff521617c7d936a0b513e /include/Scintilla.h
parent2b7444bdf454623d98d22b1042f2574d45fa8f17 (diff)
downloadscintilla-mirror-df78a0f2a8f47abd5530c3d27952a53f6f70e9c4.tar.gz
Moved position of SC_MARK_BACKGROUND in file and renumbered to be in
sequence.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index beeda1ab6..fc6369ee4 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -99,6 +99,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARK_CIRCLEPLUSCONNECTED 19
#define SC_MARK_CIRCLEMINUS 20
#define SC_MARK_CIRCLEMINUSCONNECTED 21
+#define SC_MARK_BACKGROUND 22
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_FOLDEREND 25
#define SC_MARKNUM_FOLDEROPENMID 26
@@ -107,7 +108,6 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARKNUM_FOLDERSUB 29
#define SC_MARKNUM_FOLDER 30
#define SC_MARKNUM_FOLDEROPEN 31
-#define SC_MARK_BACKGROUND 32
#define SCI_MARKERDEFINE 2040
#define SCI_MARKERSETFORE 2041
#define SCI_MARKERSETBACK 2042