Revamped the UI setup layer, which also fixes the VC builds.

This commit is contained in:
waltje
2018-05-03 17:25:04 -04:00
parent 83605c00a5
commit de1818e661
32 changed files with 916 additions and 922 deletions

View File

@@ -11,7 +11,7 @@
* This code is called by the UI frontend modules, and, also,
* depends on those same modules for lower-level functions.
*
* Version: @(#)ui_main.c 1.0.6 2018/04/30
* Version: @(#)ui_main.c 1.0.7 2018/04/30
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -243,7 +243,9 @@ ui_menu_toggle_video_item(int idm, int *val)
void
ui_menu_reset_all(void)
{
#ifdef ENABLE_LOG_TOGGLES
int i;
#endif
#ifndef DEV_BRANCH
/* FIXME: until we fix these.. --FvK */