Fix warning.

SVN revision: 15988
This commit is contained in:
Kim Woelders 2005-08-01 17:24:25 +00:00
parent 83de97395e
commit bf32185c0d
1 changed files with 2 additions and 2 deletions

View File

@ -277,14 +277,14 @@ PagerEwinUpdateMini(Pager * p, EWin * ewin)
ewin->mini_w = w;
ewin->mini_h = h;
use_iclass = 1;
draw = None;
if (Conf.pagers.snap)
{
draw = EoGetPixmap(ewin);
if (draw == None && EwinIsOnScreen(ewin))
draw = EoGetWin(ewin);
use_iclass = draw == None;
}
use_iclass = draw == None;
if (use_iclass)
{