Changeset - r4509:489d9412f8b9
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-09-01 11:01:44
tron@openttd.org
(svn r6294) -Cleanup: Add static
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
video/cocoa_v.m
Show inline comments
 
@@ -422,7 +422,8 @@ static void QZ_MouseMovedEvent(int x, in
 
	}
 
}
 

	
 
void QZ_MouseButtonEvent(int button, BOOL down)
 

	
 
static void QZ_MouseButtonEvent(int button, BOOL down)
 
{
 
	switch (button) {
 
		case 0:
0 comments (0 inline, 0 general)