1
0
forked from aniani/vim

updated for version 7.1-318

This commit is contained in:
Bram Moolenaar
2008-06-20 09:59:25 +00:00
parent 4678465a4b
commit e82080179b
3 changed files with 27 additions and 8 deletions

View File

@@ -1538,8 +1538,11 @@ gui_mch_init()
attr.depth = DefaultDepthOfScreen(scr);
if (!icon)
{
XpmCreatePixmapFromData(dsp, root_window, magick, &icon,
&icon_mask, &attr);
XpmFreeAttributes(&attr);
}
# ifdef FEAT_GUI_ATHENA
XtVaSetValues(vimShell, XtNiconPixmap, icon, XtNiconMask, icon_mask, NULL);