1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Make drawIconProc() static

It is used only inside src/dialog.c
This commit is contained in:
Carlos R. Mafra
2009-08-19 17:50:01 +02:00
parent 066af13b5c
commit 59fc927dc9

View File

@@ -428,7 +428,7 @@ listIconPaths(WMList *lPtr)
}
void
static void
drawIconProc(WMList *lPtr, int index, Drawable d, char *text, int state,
WMRect *rect)
{