CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/ctwm_shutdown.h
Go to the documentation of this file.
1/*
2 * Shutdown (and restart) bits
3 */
4#ifndef _CTWM_SHUTDOWN_H
5#define _CTWM_SHUTDOWN_H
6
8void DoShutdown(void) __attribute__((noreturn));
9void DoRestart(Time t);
10
11
12#endif /* _CTWM_SHUTDOWN_H */
#define __attribute__(x)
Definition ctwm.h:50
void DoShutdown(void)
Cleanup and exit ctwm.
void RestoreWinConfig(TwmWindow *tmp)
Put a window back where it should be if we don't (any longer) control it and reparent it back up to t...
void DoRestart(Time t)
exec() ourself to restart.
Info and control for every X Window we take over.