From c1ab67674aa0dfdcf9f0e9701ac248e3eb41b19c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Jan 2016 19:45:49 +0100 Subject: patch 7.4.1212 Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle) --- src/gui_motif.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui_motif.c b/src/gui_motif.c index 72a2915290..3d77b82cdb 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -118,7 +118,7 @@ static void gui_motif_scroll_colors(Widget id); */ 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; diff --git a/src/version.c b/src/version.c index 4858b6a5a2..29dff3a625 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1212, /**/ 1211, /**/ -- cgit v1.2.3