~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to decorations_init.h

  • Committer: Matthew Fuller
  • Date: 2016-05-27 01:14:19 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: fullermd@over-yonder.net-20160527011419-kt0cvvkyqhnd3acw
The append arg here is only used in boolean conditions, and only
called with literals, so it's easy to move to a C99 bool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                        MenuRoot *menuroot);
14
14
bool CreateTitleButton(char *name, int func, char *action,
15
15
                       MenuRoot *menuroot, Bool rightside,
16
 
                       Bool append);
 
16
                       bool append);
17
17
 
18
18
 
19
19