Minor format change

This commit is contained in:
David Capello 2015-06-23 10:09:30 -03:00
parent b02a3bf955
commit 4bc8944e94
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ void osx_mouser_leave_she_callback()
#endif // __APPLE__
void she_mouse_callback(int flags) {
void she_mouse_callback(int flags)
{
update_mouse_position();
Event ev;
ev.setPosition(gfx::Point(she_mouse_x, she_mouse_y));