6 #define MAX_FILECHAR 400
7 #define MAX_USERPROG 32
8 #define MAX_FULLPATH 320
11 #define MAX_COOLTIME 300000
12 #define MAX_WAITTIME 250000
13 #define MAX_WAITKILL 100000
14 #define MSG_WAITTIME 2
15 #define TOUCH_IDLETIME_USEC 250000
16 #define LOOPSLEEPTIME 250000
24 int show_msg(
const char *format, ...);
32 char name[MAX_FILECHAR];
63 int page_system(
void);
79 int chk_process(
void);
84 void sigchld_handler(
int);
85 void runProcess(
char *);
88 void IRScrollUp(
void);
89 void IRScrollDown(
void);
90 char *keyboardInput(
void);
95 extern KEYCODE keycode;
96 extern int screenRefresh;
100 extern pthread_t threadKeyInput;
101 extern pthread_t threadIRInput;
102 extern pthread_t threadScreenRefresh;
Structure defining a menu.
Definition: types.h:232
Structure defining the params for the GUI.
Definition: header.h:50
Structure defining the processes.
Definition: header.h:29
Structure defining the process list.
Definition: header.h:40