* dispnew.c: Use bool for boolean.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Aug 2012 00:33:56 +0000 (17:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Aug 2012 00:33:56 +0000 (17:33 -0700)
commit59ea14cde3090fe0bef42d646682b3801859be14
treefc45ed91028b2720c2e1e8ebda4ee6e5c4684d51
parent95072a9468d22a66a22481722bc2f46ce30863d2
* dispnew.c: Use bool for boolean.

(frame_garbaged, display_completed, delayed_size_change)
(fonts_changed_p, add_window_display_history)
(add_frame_display_history, verify_row_hash)
(adjust_glyph_matrix, clear_window_matrices, glyph_row_slice_p)
(row_equal_p, realloc_glyph_pool)
(allocate_matrices_for_frame_redisplay)
(showing_window_margins_p)
(adjust_frame_glyphs_for_frame_redisplay)
(build_frame_matrix_from_leaf_window, make_current)
(mirrored_line_dance, mirror_line_dance, update_frame)
(update_window_tree, update_single_window)
(check_current_matrix_flags, update_window, update_text_area)
(update_window_line, set_window_update_flags, scrolling_window)
(update_frame_1, scrolling, buffer_posn_from_coords)
(do_pending_window_change, change_frame_size)
(change_frame_size_1, sit_for):
Use bool for boolean.
(clear_glyph_matrix_rows): Rename from enable_glyph_matrix_rows,
and remove last int (actually boolean) argument, which was always 0.
All callers changed.
* dispextern.h, frame.h, lisp.h: Reflect above API changes.
* dispextern.h (struct composition_it): Use bool for boolean.
(struct glyph_matrix): Don't assume buffer sizes can fit in 'int'.
(struct bidi_it): Use unsigned:1, not int, for boolean prev_was_pdf.
* dired.c (file_name_completion):
Use bool for boolean.  (This was missed in an earlier change.)
src/ChangeLog
src/dired.c
src/dispextern.h
src/dispnew.c
src/frame.h
src/lisp.h
src/xdisp.c