comparison src/ChangeLog @ 57814:1f473607c4a9

* xmenu.c: Add prototypes for forward function declarations. (popup_get_selection): Remove parameter do_timers, remove call to timer_check. (create_and_show_popup_menu, create_and_show_dialog): Remove parameter do_timers from call to popup_get_selection.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 31 Oct 2004 15:29:04 +0000
parents 6cc2262110d2
children 31f87e6f2627
comparison
equal deleted inserted replaced
57813:6cc2262110d2 57814:1f473607c4a9
1 2004-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2004-10-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xmenu.c: Add prototypes for forward function declarations.
4 (popup_get_selection): Remove parameter do_timers, remove call to
5 timer_check.
6 (create_and_show_popup_menu, create_and_show_dialog): Remove
7 parameter do_timers from call to popup_get_selection.
2 8
3 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to 9 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
4 tool_bar_items and assign the result to f->tool_bar_items if 10 tool_bar_items and assign the result to f->tool_bar_items if
5 not equal. Move BLOCK/UNBLOCK_INPUT from around call to 11 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
6 tool_bar_items to assignment of result. 12 tool_bar_items to assignment of result.