From: Christophe CURIS <[email protected]>
---
src/defaults.c | 2 +-
src/dock.c | 2 +-
src/dock.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/defaults.c b/src/defaults.c
index 0fb2bbc..f4af21d 100644
--- a/src/defaults.c
+++ b/src/defaults.c
@@ -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) {
diff --git a/src/dock.c b/src/dock.c
index 2af999a..ef45d3e 100644
--- a/src/dock.c
+++ b/src/dock.c
@@ -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;
diff --git a/src/dock.h b/src/dock.h
index e7dd2c2..f3a59b2 100644
--- a/src/dock.h
+++ b/src/dock.h
@@ -108,7 +108,7 @@ int wIsADrawer(WAppIcon *aicon);
void wClipUpdateForWorkspaceChange(WScreen *scr, int workspace);
-RImage *wClipMakeTile(WScreen *scr, RImage *normalTile);
+RImage *wClipMakeTile(RImage *normalTile);
RImage* wDrawerMakeTile(WScreen *scr, RImage *normalTile);
#define WO_FAILED 0
--
1.8.4.rc3
--
To unsubscribe, send mail to [email protected].