add menu support to lcdproc client (currently hidden behind #ifdef LCDPROC_MENUS) -
patch provided by Andrew Foss
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#ifndef CPU_H
|
||||
#define CPU_H
|
||||
|
||||
#ifdef LCDPROC_MENUS
|
||||
int cpu_screen (int rep, int display, int * flags_ptr);
|
||||
int cpu_graph_screen (int rep, int display, int * flags_ptr);
|
||||
#else
|
||||
int cpu_screen (int rep, int display);
|
||||
int cpu_graph_screen (int rep, int display);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user