aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-09-05 16:37:34 +1000
committerNeil <nyamatongwe@gmail.com>2013-09-05 16:37:34 +1000
commit80781c95bbdaa770cce026c6e0461c803ead84bb (patch)
tree0209a2b3a5bf2f1116c89f4b62c7ce659606b09d /include/Scintilla.h
parenteee3ce336ae78e9bf3d75f2c84aba97a7c623ea4 (diff)
downloadscintilla-mirror-80781c95bbdaa770cce026c6e0461c803ead84bb.tar.gz
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 8391bae3e..720ef21fc 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -998,6 +998,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETSUBSTYLESSTART 4021
#define SCI_GETSUBSTYLESLENGTH 4022
#define SCI_GETSTYLEFROMSUBSTYLE 4027
+#define SCI_GETPRIMARYSTYLEFROMSTYLE 4028
#define SCI_FREESUBSTYLES 4023
#define SCI_SETIDENTIFIERS 4024
#define SCI_DISTANCETOSECONDARYSTYLES 4025