1
0
forked from aniani/vim

updated for version 7.2-182

This commit is contained in:
Bram Moolenaar
2009-05-17 21:25:42 +00:00
parent b85cb21cb1
commit a9d455172f
3 changed files with 4 additions and 1 deletions

View File

@@ -229,6 +229,7 @@ gtk_form_get_type(void)
{ {
GtkTypeInfo form_info; GtkTypeInfo form_info;
vim_memset(&form_info, 0, sizeof(form_info));
form_info.type_name = "GtkForm"; form_info.type_name = "GtkForm";
form_info.object_size = sizeof(GtkForm); form_info.object_size = sizeof(GtkForm);
form_info.class_size = sizeof(GtkFormClass); form_info.class_size = sizeof(GtkFormClass);

View File

@@ -707,7 +707,7 @@ messageFromNetbeansW32()
#else #else
# ifdef FEAT_GUI_MOTIF # ifdef FEAT_GUI_MOTIF
static void static void
messageFromNetbeans(XtPointer clientData UNUSED messageFromNetbeans(XtPointer clientData UNUSED,
int *unused1 UNUSED, int *unused1 UNUSED,
XtInputId *unused2 UNUSED) XtInputId *unused2 UNUSED)
# endif # endif

View File

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