mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix red in app builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27375 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6206f4083f
commit
0133cec669
1 changed files with 1 additions and 1 deletions
|
@ -156,8 +156,8 @@ static void mouse_event(SDL_MouseButtonEvent *event, bool button_up)
|
|||
button_event( xybutton, true );
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
touchscreen_event(event->x, event->y);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue