diff --git a/src/icons.c b/src/icons.c index 2a078618..dd55dc85 100644 --- a/src/icons.c +++ b/src/icons.c @@ -74,7 +74,7 @@ IB_SnapEWin(EWin * ewin, int size) EImage *im; Drawable draw; - if (!EwinIsMapped(ewin)) + if (!EoIsShown(ewin)) return NULL; ww = EoGetW(ewin);