diff options
author | tron <tron@openttd.org> | 2006-09-01 11:01:44 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-09-01 11:01:44 +0000 |
commit | 168e2b41e5e6e5e0ff79a9f09209dce4e02e2d13 (patch) | |
tree | 29551886852579e1c4efb100fa97b3f03038396f /video | |
parent | 3a98d0ee1d20d5ded5990f9b4a84613b1e6dfe2f (diff) | |
download | openttd-168e2b41e5e6e5e0ff79a9f09209dce4e02e2d13.tar.xz |
(svn r6294) -Cleanup: Add static
Diffstat (limited to 'video')
-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: |