~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm_config.h.in

  • Committer: Matthew Fuller
  • Date: 2022-11-05 02:16:30 UTC
  • mfrom: (700.1.14 dev)
  • Revision ID: fullermd@over-yonder.net-20221105021630-099nb4g6q8skzdw0
Hide WindowBox support behind a build-time option, disabled by
default, to be reaped.

Some code nearby a few of these ifdefs can probably be slightly
simplified once they're gone, but trying to do it conditionally would
be too messy to bother with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
#ifdef USE_VSCREEN
80
80
# define VSCREEN
81
81
#endif
 
82
 
 
83
/* WindowBox support */
 
84
#cmakedefine USE_WINBOX
 
85
#ifdef USE_WINBOX
 
86
# define WINBOX
 
87
#endif