|
CTWM
|
Go to the source code of this file.
Functions | |
| void | setup_signal_handlers (void) |
| Setup signal handlers (run during startup). | |
| void | handle_signal_flag (Time t) |
| Handle stuff set by a signal flag. | |
| void handle_signal_flag | ( | Time | t | ) |
Handle stuff set by a signal flag.
Could be a Restart, could be a Shutdown...
Definition at line 62 of file signals.c.
References DoRestart(), DoShutdown(), ProgramName, sig_restart, and sig_shutdown.
Referenced by CtwmNextEvent().
| void setup_signal_handlers | ( | void | ) |
Setup signal handlers (run during startup).
Definition at line 34 of file signals.c.
References sh_restart(), and sh_shutdown().
Referenced by ctwm_main().