diff options
-rw-r--r-- | video/cocoa_v.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/video/cocoa_v.m b/video/cocoa_v.m index 774cab40e..534ea68ee 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: |