~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm_main.c

  • Committer: Matthew Fuller
  • Date: 2018-11-12 00:27:58 UTC
  • mto: This revision was merged to the branch mainline in revision 648.
  • Revision ID: fullermd@over-yonder.net-20181112002758-or77vy3gizv7e7p8
Use a more general "signal recvd" flag in place of the specific
restart flag in most code, and write a func to dispatch whichever
signal stuff was called for.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
 
150
150
bool RestartPreviousState = true;      /* try to restart in previous state */
151
151
 
 
152
bool SignalFlag = false;
152
153
bool RestartFlag = false;
 
154
bool ShutdownFlag = false;
153
155
 
154
156
/***********************************************************************
155
157
 *