• Paul Eggert's avatar
    Use bool, not int, to track face changes · cdee38ab
    Paul Eggert authored
    * xfaces.c (face_change): Rename from face_change_count, and
    change from int to bool.  The var is now true (instead of nonzero)
    if attributes have changed; this is simpler.  All uses changed.
    Fixes: bug#19698
    cdee38ab
msdos.c 114 KB