~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to icons.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:
313
313
                tmp_win->icon->w_y = y;
314
314
                tmp_win->icon_moved = FALSE;    /* since we've restored it */
315
315
        }
316
 
        MaybeAnimate = True;
 
316
        MaybeAnimate = true;
317
317
        return (0);
318
318
}
319
319
 
834
834
        XSaveContext(dpy, icon->w, TwmContext, (XPointer)tmp_win);
835
835
        XSaveContext(dpy, icon->w, ScreenContext, (XPointer)Scr);
836
836
        XDefineCursor(dpy, icon->w, Scr->IconCursor);
837
 
        MaybeAnimate = True;
 
837
        MaybeAnimate = true;
838
838
}
839
839
 
840
840
void DeleteIcon(Icon *icon)