diff options
| author | Paul Eggert | 2015-01-13 21:19:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-13 21:20:31 -0800 |
| commit | 3ef29501b029567156440d257c758b99099213fe (patch) | |
| tree | 32b48cd3c2b4d2e704c23e1e1690ed598b19fb31 /src/xrdb.c | |
| parent | 785adfcc8dee02ac544f80e4f7f8d3d5b2965981 (diff) | |
| download | emacs-3ef29501b029567156440d257c758b99099213fe.tar.gz emacs-3ef29501b029567156440d257c758b99099213fe.zip | |
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.
Diffstat (limited to 'src/xrdb.c')
| -rw-r--r-- | src/xrdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c index f1176daa5ee..9e85e5a6277 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -667,7 +667,7 @@ main (int argc, char **argv) | |||
| 667 | /* In a real program, you'd want to also do this: */ | 667 | /* In a real program, you'd want to also do this: */ |
| 668 | display->db = xdb; | 668 | display->db = xdb; |
| 669 | 669 | ||
| 670 | while (1) | 670 | while (true) |
| 671 | { | 671 | { |
| 672 | char query_name[90]; | 672 | char query_name[90]; |
| 673 | char query_class[90]; | 673 | char query_class[90]; |