1
0
forked from aniani/vim

updated for version 7.2-037

This commit is contained in:
Bram Moolenaar
2008-11-12 13:10:15 +00:00
parent 12806c8844
commit a878510770
2 changed files with 4 additions and 1 deletions

View File

@@ -2936,7 +2936,8 @@ mch_free_mem()
}
# endif
# endif
# ifdef FEAT_X11
/* Don't close the display for GTK 1, it is done in exit(). */
# if defined(FEAT_X11) && (!defined(FEAT_GUI_GTK) || defined(HAVE_GTK2))
if (x11_display != NULL
# ifdef FEAT_XCLIPBOARD
&& x11_display != xterm_dpy