~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to functions.c

  • Committer: Matthew Fuller
  • Date: 2016-08-07 01:29:24 UTC
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: fullermd@over-yonder.net-20160807012924-z20aildd4c0bi6gn
Break the general/utility workspace functions out into their own file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "windowbox.h"
30
30
#include "captive.h"
31
31
#include "workmgr.h"
 
32
#include "workspace_utils.h"
32
33
 
33
34
#include "ext/repl_str.h"
34
35