forked from aniani/vim
updated for version 7.1-318
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user