(svn r6294) -Cleanup: Add static

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 18 years ago
parent 3a98d0ee1d
commit 168e2b41e5

@ -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:

Loading…
Cancel
Save