comparison src/xterm.c @ 54651:ee25175db902

(x_initialize): Initialize ignore_next_mouse_click_timeout.
author Kim F. Storm <storm@cua.dk>
date Mon, 29 Mar 2004 22:53:14 +0000
parents 9dc8330eda34
children edff9ce01ed0 7f60e040ccfc
comparison
equal deleted inserted replaced
54650:9dc8330eda34 54651:ee25175db902
10765 baud_rate = 19200; 10765 baud_rate = 19200;
10766 10766
10767 x_noop_count = 0; 10767 x_noop_count = 0;
10768 last_tool_bar_item = -1; 10768 last_tool_bar_item = -1;
10769 any_help_event_p = 0; 10769 any_help_event_p = 0;
10770 ignore_next_mouse_click_timeout = 0;
10770 10771
10771 #ifdef USE_GTK 10772 #ifdef USE_GTK
10772 current_count = -1; 10773 current_count = -1;
10773 #endif 10774 #endif
10774 10775