~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to add_window.c

  • Committer: Matthew Fuller
  • Date: 2022-11-05 02:09:11 UTC
  • mto: This revision was merged to the branch mainline in revision 702.
  • Revision ID: fullermd@over-yonder.net-20221105020911-fgdqeg4ozms4wlw3
Hide these TwmWindow winbox-related fields behind an ifdef along with
the code manipulating them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
        tmp_win->iconmgrp = iconp;
166
166
        tmp_win->iswspmgr = (wtype == AWT_WORKSPACE_MANAGER);
167
167
        tmp_win->isoccupy = (wtype == AWT_OCCUPY);
 
168
#ifdef WINBOX
168
169
        tmp_win->iswinbox = (wtype == AWT_WINDOWBOX);
 
170
#endif
169
171
        tmp_win->vs = vs;
170
172
        tmp_win->parent_vs = vs;
171
173
        tmp_win->savevs = NULL;