From 4fd00bf67d398898a5fa53d7945e5714ceb9e1e1 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 15 Mar 2018 11:22:53 -0400 Subject: Use active Scintilla namespace in curses platform and fix name clashes. --- curses/jinx/jinx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'curses/jinx') 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); -- cgit v1.2.3