~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Matthew Fuller
  • Date: 2016-06-06 12:00:39 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160606120039-gspzklptc2vaenif
bool-ify animation flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
715
715
                        hil = true;
716
716
                }
717
717
                if(hil && tmp_win->HiliteImage && tmp_win->HiliteImage->next) {
718
 
                        MaybeAnimate = True;
 
718
                        MaybeAnimate = true;
719
719
                }
720
720
                if(tmp_win->iconmanagerlist) {
721
721
                        ActiveIconManager(tmp_win->iconmanagerlist);