1
0
forked from aniani/vim

patch 7.4.1212

Problem:    Can't build with Motif.
Solution:   Fix function declaration.(Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-01-30 19:45:49 +01:00
parent 9b57814db1
commit c1ab67674a
2 changed files with 3 additions and 1 deletions

View 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;

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1212,
/**/
1211,
/**/