comparison src/w32fns.c @ 43484:a3cecd273126

(w32_wnd_proc) <WM_TIMER>: Fix last change.
author Jason Rumney <jasonr@gnu.org>
date Sat, 23 Feb 2002 18:14:06 +0000
parents 7faac536665f
children 8d3931ead0df
comparison
equal deleted inserted replaced
43483:dcb45a76827f 43484:a3cecd273126
4777 } 4777 }
4778 else if (wParam == menu_free_timer) 4778 else if (wParam == menu_free_timer)
4779 { 4779 {
4780 KillTimer (hwnd, menu_free_timer); 4780 KillTimer (hwnd, menu_free_timer);
4781 menu_free_timer = 0; 4781 menu_free_timer = 0;
4782 f = x_window_to_frame (dpyinfo, hwnd);
4782 if (!f->output_data.w32->menu_command_in_progress) 4783 if (!f->output_data.w32->menu_command_in_progress)
4783 { 4784 {
4784 /* Free memory used by owner-drawn and help-echo strings. */ 4785 /* Free memory used by owner-drawn and help-echo strings. */
4785 w32_free_menu_strings (hwnd); 4786 w32_free_menu_strings (hwnd);
4786 f->output_data.w32->menubar_active = 0; 4787 f->output_data.w32->menubar_active = 0;