1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

Removed unused WScreen argument in dock's clip function

This commit is contained in:
Christophe CURIS
2013-10-12 15:35:51 +02:00
committed by Carlos R. Mafra
parent b7ae1b50e2
commit f3e3ddf4f2
3 changed files with 3 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ static void paintClipButtons(WAppIcon *clipIcon, Bool lpushed, Bool rpushed)
}
}
RImage *wClipMakeTile(WScreen *scr, RImage *normalTile)
RImage *wClipMakeTile(RImage *normalTile)
{
RImage *tile = RCloneImage(normalTile);
RColor black;