* fringe.c (draw_window_fringes, update_window_fringes)
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 30 Jul 2013 05:56:18 +0000 (09:56 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 30 Jul 2013 05:56:18 +0000 (09:56 +0400)
commitd7e6881a2ec341affe3a89b26cf2da6919772214
treed11a0e72bf7e9efde22a622ee76e2666d7e92a9b
parentec3058af9654df71cce93629f3eab32dcbb6b946
* fringe.c (draw_window_fringes, update_window_fringes)
(compute_fringe_widths):
* w32term.c (x_draw_glyph_string):
* window.c (candidate_window_p, Frecenter):
* xfaces.c (realize_basic_faces, realize_default_face)
(Fbitmap_space_p, Finternal_set_lisp_face_attribute)
(x_update_menu_appearance, face_attr_equal_p, lface_equal_p):
* xfns.c (x_set_cursor_color, xic_free_xfontset):
* xmenu.c (Fx_menu_bar_open_internal):
* xselect.c (x_reply_selection_request, Fx_get_atom_name):
* xsettings.c (xft_settings_event):
* xterm.c (x_draw_glyph_string, x_had_errors_p):
Use bool for booleans.  Adjust style and comments where
appropriate.
* dispextern.h (draw_window_fringes, update_window_fringes)
(compute_fringe_widths):
* xterm.h (x_had_errors_p): Adjust prototype.
12 files changed:
src/ChangeLog
src/dispextern.h
src/fringe.c
src/w32term.c
src/window.c
src/xfaces.c
src/xfns.c
src/xmenu.c
src/xselect.c
src/xsettings.c
src/xterm.c
src/xterm.h