From 168e2b41e5e6e5e0ff79a9f09209dce4e02e2d13 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 1 Sep 2006 11:01:44 +0000 Subject: [PATCH] (svn r6294) -Cleanup: Add static --- video/cocoa_v.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video/cocoa_v.m b/video/cocoa_v.m index 774cab40e6..534ea68eef 100644 --- a/video/cocoa_v.m +++ b/video/cocoa_v.m @@ -422,7 +422,8 @@ static void QZ_MouseMovedEvent(int x, int y) } } -void QZ_MouseButtonEvent(int button, BOOL down) + +static void QZ_MouseButtonEvent(int button, BOOL down) { switch (button) { case 0: