Removed unused WScreen argument in dock's clip function

This commit is contained in:
Christophe CURIS
2013-10-12 15:18:06 +01:00
committed by Carlos R. Mafra
parent b7ae1b50e2
commit f3e3ddf4f2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2485,7 +2485,7 @@ static int setIconTile(WScreen * scr, WDefaultEntry * entry, void *tdata, void *
if (scr->clip_tile) {
RReleaseImage(scr->clip_tile);
}
scr->clip_tile = wClipMakeTile(scr, img);
scr->clip_tile = wClipMakeTile(img);
}
if (!wPreferences.flags.nodrawer) {