~rhialto/ctwm/fix-sloppy-notitlefocus

« back to all changes in this revision

Viewing changes to functions_misc.c

  • Committer: Matthew Fuller
  • Date: 2018-11-12 03:49:10 UTC
  • mto: This revision was merged to the branch mainline in revision 652.
  • Revision ID: fullermd@over-yonder.net-20181112034910-7yq5zqxyfv3fvfdr
Extract the funcs relating to shutting down ctwm ('restart' is a kind
of shutdown) into their own file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include <stdlib.h>
12
12
 
13
13
#include "animate.h"
 
14
#include "ctwm_shutdown.h"
14
15
#include "functions.h"
15
16
#include "functions_defs.h"
16
17
#include "functions_internal.h"