~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse_be.h

  • 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:
17
17
int do_var_savecolor(int key);
18
18
int do_squeeze_entry(name_list **list,  /* squeeze or dont-squeeze list */
19
19
                     char *name,        /* window name */
20
 
                     int justify,       /* left, center, right */
 
20
                     SIJust justify,    /* left, center, right */
21
21
                     int num,           /* signed num */
22
22
                     int denom          /* 0 or indicates fraction denom */
23
23
                    );