summaryrefslogtreecommitdiff
path: root/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget.c')
-rw-r--r--widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.c b/widget.c
index 593058b41..bf166eba3 100644
--- a/widget.c
+++ b/widget.c
@@ -478,7 +478,7 @@ static int GetDropdownItem(Window *w)
return item;
}
-void DropdownMenuWndProc(Window *w, WindowEvent *e)
+static void DropdownMenuWndProc(Window *w, WindowEvent *e)
{
int item;