~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to add_window.c

  • Committer: Matthew Fuller
  • Date: 2016-06-16 04:42:01 UTC
  • mto: This revision was merged to the branch mainline in revision 497.
  • Revision ID: fullermd@over-yonder.net-20160616044201-1gbm1weccjuq86lh
Create and use an enum type for SqueezeInfo.justify.

Show diffs side-by-side

added added

removed removed

Lines of Context:
517
517
                                                LookInList(Scr->SqueezeTitleL, tmp_win->full_name,
518
518
                                                           &tmp_win->class);
519
519
                        if(!tmp_win->squeeze_info) {
520
 
                                static SqueezeInfo default_squeeze = { J_LEFT, 0, 0 };
 
520
                                static SqueezeInfo default_squeeze = { SIJ_LEFT, 0, 0 };
521
521
                                if(Scr->SqueezeTitle) {
522
522
                                        tmp_win->squeeze_info = &default_squeeze;
523
523
                                }