Use bool for boolean in xmenu.c, xml.c
commit3ef29501b029567156440d257c758b99099213fe
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Jan 2015 05:19:40 +0000 (13 21:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Jan 2015 05:20:31 +0000 (13 21:20 -0800)
tree32b48cd3c2b4d2e704c23e1e1690ed598b19fb31
parent785adfcc8dee02ac544f80e4f7f8d3d5b2965981
Use bool for boolean in xmenu.c, xml.c

* xmenu.c (x_menu_set_in_use, popup_get_selection)
(Fx_menu_bar_open_internal, popup_widget_loop)
(x_activate_menubar, xg_crazy_callback_abort)
(update_frame_menubar, set_frame_menubar)
(initialize_frame_menubar, free_frame_menubar)
(create_and_show_popup_menu, x_menu_show)
(create_and_show_dialog, x_dialog_show):
* xml.c (libxml2_loaded_p, init_libxml2_functions, parse_region)
(Flibxml_parse_html_region, Flibxml_parse_xml_region):
* xrdb.c (main) [TESTRM]:
* xsettings.c (init_gsettings):
* xterm.c (XFillRectangle, xg_scroll_callback)
(xg_end_scroll_callback):
* xterm.h (x_menu_set_in_use) [USE_GTK || USE_MOTIF]:
Use bool for boolean.
* xmenu.c (TRUE): Remove; no longer used.
(show_help_event): Remove long-unused code.
(set_frame_menubar): Remove "#if 1" and corresponding "#endif" lines.
src/ChangeLog
src/xmenu.c
src/xml.c
src/xrdb.c
src/xsettings.c
src/xterm.c
src/xterm.h