mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 21:45:54 +01:00
Make drawIconProc() static
It is used only inside src/dialog.c
This commit is contained in:
@@ -428,7 +428,7 @@ listIconPaths(WMList *lPtr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
static void
|
||||||
drawIconProc(WMList *lPtr, int index, Drawable d, char *text, int state,
|
drawIconProc(WMList *lPtr, int index, Drawable d, char *text, int state,
|
||||||
WMRect *rect)
|
WMRect *rect)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user