clean up lcdproc client and add menu support (to be enabled at compile time) -
based upon patch by Andrew Foss
This commit is contained in:
@@ -11,10 +11,6 @@ int mode_init ();
|
||||
void mode_close ();
|
||||
|
||||
int update_screen (mode * m, int display);
|
||||
#ifdef LCDPROC_MENUS
|
||||
int credit_screen (int rep, int display, int * flags_ptr);
|
||||
#else
|
||||
int credit_screen (int rep, int display);
|
||||
#endif
|
||||
int credit_screen (int rep, int display, int *flags_ptr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user