~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to workspace_config.c

  • Committer: Matthew Fuller
  • Date: 2016-08-16 10:37:18 UTC
  • mfrom: (514.2.49 build)
  • Revision ID: fullermd@over-yonder.net-20160816103718-7ay3cpxxzlkaw1er
Implement a parallel minimal build system, which can at least yield a
runnable ctwm in situations where the cmake chain is unavailable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include "image.h"
12
12
#include "list.h"
13
 
#include "occupation.h"
14
13
#include "screen.h"
15
14
#include "util.h"
16
15
#include "workspace_config.h"