]> granicus.if.org Git - vim/commitdiff
patch 7.4.1212 v7.4.1212
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2016 18:45:49 +0000 (19:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2016 18:45:49 +0000 (19:45 +0100)
Problem:    Can't build with Motif.
Solution:   Fix function declaration.(Dominique Pelle)

src/gui_motif.c
src/version.c

index 72a2915290809748a0c7374bda6aab080a13881e..3d77b82cdbb3ce05f569d14c74c78ba44773dd28 100644 (file)
@@ -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;
index 4858b6a5a2c3baa17a69c8b7be18be79a8dd7a19..29dff3a6253a59c9221474e00c46de4e03e71f00 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1212,
 /**/
     1211,
 /**/