commit | c1ab67674aa0dfdcf9f0e9701ac248e3eb41b19c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 19:45:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 19:45:49 2016 +0100 |
tree | 353514c16d64171352c5d1f83ab44006dd9b2f85 | |
parent | 9b57814db13c29ecb08260b36923c0e1c8a373a9 [diff] [blame] |
patch 7.4.1212 Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
diff --git a/src/gui_motif.c b/src/gui_motif.c index 72a2915..3d77b82 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c
@@ -118,7 +118,7 @@ */ static void -scroll_cb(Widget w UNUSED, XtPointer client_data, call_data) +scroll_cb(Widget w UNUSED, XtPointer client_data, XtPointer call_data) { scrollbar_T *sb; long value;