diff options
author | nyamatongwe <devnull@localhost> | 2000-07-22 06:51:09 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-22 06:51:09 +0000 |
commit | 2701a4c8c7e2dea4cbd604146b58c81bbef0355a (patch) | |
tree | e7dec8b009cb188dfeae386c35b8a845114d13dd /include/Scintilla.h | |
parent | a34352a312296ed8c9c0d7b9e94c402465530d2b (diff) | |
download | scintilla-mirror-2701a4c8c7e2dea4cbd604146b58c81bbef0355a.tar.gz |
Updates to make new API work on both GTK+ and Win32.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 7a7ee8c05..1b23dfdca 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -15,6 +15,8 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance); #endif #endif +typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wParam, long lParam); + // Start of section which could be automatically generated from Scintilla.iface #define INVALID_POSITION -1 |