comparison src/ChangeLog @ 109392:3bc7daa51aa9

Fix frame size when scroll bar width not an integral of column width. xterm.c (x_set_window_size_1): scroll_bar_actual_width is always SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
author Jan D <jan.h.d@swipnet.se>
date Wed, 14 Jul 2010 17:06:33 +0200
parents a4e57fa6eb3f
children 9ad1e76fc718
comparison
equal deleted inserted replaced
109391:a4e57fa6eb3f 109392:3bc7daa51aa9
6 remove size parameter. 6 remove size parameter.
7 (handle_one_xevent): Check popup_activated () for menu for Xt also. 7 (handle_one_xevent): Check popup_activated () for menu for Xt also.
8 Remove #ifdef USE_GTK around finish = X_EVENT_DROP. 8 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
9 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for 9 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
10 ButtonRelease. 10 ButtonRelease.
11 (x_set_window_size_1): scroll_bar_actual_width is always
12 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
11 13
12 * xdisp.c (pending_menu_activation): Remove extern declaration. 14 * xdisp.c (pending_menu_activation): Remove extern declaration.
13 (prepare_menu_bars): Remove setting of pending_menu_activation. 15 (prepare_menu_bars): Remove setting of pending_menu_activation.
14 16
15 * xmenu.c (pending_menu_activation): Remove. 17 * xmenu.c (pending_menu_activation): Remove.