diff options
| author | mitchell <unknown> | 2018-03-15 11:22:53 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2018-03-15 11:22:53 -0400 |
| commit | 4fd00bf67d398898a5fa53d7945e5714ceb9e1e1 (patch) | |
| tree | 1f1e7a6d7c38e044316804365ad19112051211ec /curses/jinx | |
| parent | 1673612fe9c9f31217ec24fe1211d8d020c4d478 (diff) | |
| download | scintilla-mirror-4fd00bf67d398898a5fa53d7945e5714ceb9e1e1.tar.gz | |
Use active Scintilla namespace in curses platform and fix name clashes.
Diffstat (limited to 'curses/jinx')
| -rw-r--r-- | curses/jinx/jinx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/curses/jinx/jinx.c b/curses/jinx/jinx.c index bea88f67f..7cf0ba375 100644 --- a/curses/jinx/jinx.c +++ b/curses/jinx/jinx.c @@ -10,6 +10,8 @@ #define SSM(m, w, l) scintilla_send_message(sci, m, w, l) +typedef void Scintilla; + void scnotification(Scintilla *view, int msg, void *lParam, void *wParam) { //struct SCNotification *scn = (struct SCNotification *)lParam; //printw("SCNotification received: %i", scn->nmhdr.code); |
