aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-21 14:08:48 +0000
committernyamatongwe <devnull@localhost>2000-07-21 14:08:48 +0000
commita34352a312296ed8c9c0d7b9e94c402465530d2b (patch)
treee5927c2d2a712fe9860974ac5c49140e1d95ad77 /include/Scintilla.h
parentc44214dd05ae2d4f91678353ecb9cd5a88921649 (diff)
downloadscintilla-mirror-a34352a312296ed8c9c0d7b9e94c402465530d2b.tar.gz
Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows
SendMessage intermediary code between client and Scintilla.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 4a812fc0e..7a7ee8c05 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -520,6 +520,9 @@ struct SCNotification {
#define SCI_PASTE 5026
#define SCI_SETTEXT 5027
+#define SCI_GETDIRECTFUNCTION 5040
+#define SCI_GETDIRECTPOINTER 5041
+
#define SCFIND_MATCHCASE 4
#define SCFIND_WHOLEWORD 2
#define SCFIND_DOWN 1