~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to windowbox.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:
35
35
#include "screen.h"
36
36
#include "add_window.h"
37
37
#include "decorations.h"
38
 
#include "list.h"
39
38
#include "resize.h"
40
39
#include "windowbox.h"
41
 
#include "win_utils.h"
 
40
#include "util.h"
42
41
 
43
42
name_list **addWindowBox(char *boxname, char *geometry)
44
43
{