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. | |
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(), PlaceX, ProgramName, sig_restart, and sig_shutdown.
Referenced by CtwmNextEvent().
Setup signal handlers (run during startup)
Definition at line 34 of file signals.c.
References PlaceX, sh_restart(), and sh_shutdown().
Referenced by ctwm_main().