~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse_be.c

  • Committer: Matthew Fuller
  • Date: 2022-11-05 01:32:18 UTC
  • mto: This revision was merged to the branch mainline in revision 702.
  • Revision ID: fullermd@over-yonder.net-20221105013218-6ps9uwhaza47nafn
ifdef away the WindowBox config stuff and the f.fittocontent function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
467
467
        { "warpunmapped",           KEYWORD, kw0_WarpUnmapped },
468
468
        { "west",                   GRAVITY, GRAV_WEST },
469
469
        { "window",                 WINDOW, 0 },
 
470
#ifdef WINBOX
470
471
        { "windowbox",              WINDOW_BOX, 0 },
 
472
#endif
471
473
        { "windowfunction",         WINDOW_FUNCTION, 0 },
472
474
        { "windowgeometries",       WINDOW_GEOMETRIES, 0 },
473
475
        { "windowregion",           WINDOW_REGION, 0 },