~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm_main.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:
53
53
#include "otp.h"
54
54
#include "cursor.h"
55
55
#include "windowbox.h"
 
56
#ifdef CAPTIVE
56
57
#include "captive.h"
 
58
#endif
57
59
#ifdef XRANDR
58
60
#include "xrandr.h"
59
61
#endif