~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to add_window.c

  • Committer: Matthew Fuller
  • Date: 2022-10-28 00:32:48 UTC
  • mto: This revision was merged to the branch mainline in revision 693.
  • Revision ID: fullermd@over-yonder.net-20221028003248-rja14b6zwi161ozv
Conditionalize including captive.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <X11/extensions/shape.h>
35
35
 
36
36
#include "add_window.h"
 
37
#ifdef CAPTIVE
37
38
#include "captive.h"
 
39
#endif
38
40
#include "colormaps.h"
39
41
#include "ctwm_atoms.h"
40
42
#include "functions.h"