~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to functions_misc.c

  • 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:
23
23
#endif
24
24
#include "util.h"
25
25
#include "win_iconify.h"
 
26
#ifdef WINBOX
26
27
#include "windowbox.h"
 
28
#endif
27
29
#include "workspace_utils.h"
28
30
 
29
31
#include "ext/repl_str.h"
210
212
 
211
213
 
212
214
 
 
215
#ifdef WINBOX
213
216
/*
214
217
 * Special windowbox-related
215
218
 */
221
224
        }
222
225
        fittocontent(tmp_win);
223
226
}
 
227
#endif
224
228
 
225
229
 
226
230