- Moved some code from main.c to screenlist.c
- Implemented reloading by sending SIGHUP. - Now doing 'real 8Hz' rendering and 32Hz input processing. - Removed noscreen feature (that we rejected).
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
extern Screen * menuscreen;
|
||||
extern Menu * main_menu;
|
||||
|
||||
int init_menu();
|
||||
int menuscreens_init();
|
||||
|
||||
int menuscreens_shutdown();
|
||||
|
||||
bool is_menu_key (char * key);
|
||||
/* This function indicates to the input part whether this key was the
|
||||
|
||||
Reference in New Issue
Block a user