From: Bram Moolenaar Date: Sun, 17 May 2009 21:25:42 +0000 (+0000) Subject: updated for version 7.2-182 X-Git-Tag: v7.2.182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9d455172fef946d6d665d9632424373e75836a6;p=vim updated for version 7.2-182 --- diff --git a/src/gui_gtk_f.c b/src/gui_gtk_f.c index 23a9417d7..d88499e25 100644 --- a/src/gui_gtk_f.c +++ b/src/gui_gtk_f.c @@ -229,6 +229,7 @@ gtk_form_get_type(void) { GtkTypeInfo form_info; + vim_memset(&form_info, 0, sizeof(form_info)); form_info.type_name = "GtkForm"; form_info.object_size = sizeof(GtkForm); form_info.class_size = sizeof(GtkFormClass); diff --git a/src/netbeans.c b/src/netbeans.c index d7badae76..dba50d457 100644 --- a/src/netbeans.c +++ b/src/netbeans.c @@ -707,7 +707,7 @@ messageFromNetbeansW32() #else # ifdef FEAT_GUI_MOTIF static void -messageFromNetbeans(XtPointer clientData UNUSED +messageFromNetbeans(XtPointer clientData UNUSED, int *unused1 UNUSED, XtInputId *unused2 UNUSED) # endif diff --git a/src/version.c b/src/version.c index 24b23b06d..edaa8b7ee 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 182, /**/ 181, /**/