aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses/jinx/jinx.c
diff options
context:
space:
mode:
Diffstat (limited to 'curses/jinx/jinx.c')
-rw-r--r--curses/jinx/jinx.c2
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);