mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
fix errors, warnings, tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46142b91cd
commit
71379cafb1
6 changed files with 23 additions and 12 deletions
|
|
@ -77,12 +77,12 @@ void fms_fix_displays(enum fms_exiting toggle_state)
|
|||
#endif
|
||||
viewportmanager_theme_undo(i, skin_has_sbs(i, data));
|
||||
}
|
||||
}
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
if (i==SCREEN_MAIN && !data->touchregions)
|
||||
touchscreen_set_mode(toggle_state == FMS_ENTER ?
|
||||
TOUCHSCREEN_BUTTON : global_settings.touch_mode);
|
||||
if (i==SCREEN_MAIN && !data->touchregions)
|
||||
touchscreen_set_mode(toggle_state == FMS_ENTER ?
|
||||
TOUCHSCREEN_BUTTON : global_settings.touch_mode);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue