diff options
Diffstat (limited to 'src/interface-gtk/interface.c')
-rw-r--r-- | src/interface-gtk/interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interface-gtk/interface.c b/src/interface-gtk/interface.c index 567f034..5b9f530 100644 --- a/src/interface-gtk/interface.c +++ b/src/interface-gtk/interface.c @@ -92,8 +92,8 @@ teco_bgr2rgb(guint32 bgr) */ static void -teco_view_scintilla_notify(ScintillaObject *sci, gint id, - struct SCNotification *notify, gpointer user_data) +teco_view_scintilla_notify(ScintillaObject *sci, gint iMessage, + SCNotification *notify, gpointer user_data) { teco_interface_process_notify(notify); } |