mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
core file is now given from CrashDialog
Added run_program() Added new splash image New spawn_program() error codes
This commit is contained in:
@ -78,12 +78,12 @@ class EvokeService {
|
||||
void register_top(Fl_Double_Window* win) { top_win = win; }
|
||||
void unregister_top(void) { top_win = NULL; }
|
||||
|
||||
void service_watcher(int pid, int signum);
|
||||
void run_program(const char* cmd);
|
||||
void register_process(const char* cmd, pid_t pid);
|
||||
void unregister_process(pid_t pid);
|
||||
bool find_and_unregister_process(pid_t pid, EvokeProcess& pc);
|
||||
|
||||
void service_watcher(int pid, int signum);
|
||||
|
||||
void quit_x11(void);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user