From 59fc927dc9f183802621138534fa6eaafe5593ba Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Wed, 19 Aug 2009 17:50:01 +0200 Subject: [PATCH] Make drawIconProc() static It is used only inside src/dialog.c --- src/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialog.c b/src/dialog.c index ea09154f..0b22f91e 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -428,7 +428,7 @@ listIconPaths(WMList *lPtr) } -void +static void drawIconProc(WMList *lPtr, int index, Drawable d, char *text, int state, WMRect *rect) { -- 2.11.4.GIT