comparison src/event-msw.c @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents 3d3049ae1304
children 0784d089fdc9
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
144 int mswindows_quit_chars_count = 0; 144 int mswindows_quit_chars_count = 0;
145 145
146 /* These are Lisp integers; see DEFVARS in this file for description. */ 146 /* These are Lisp integers; see DEFVARS in this file for description. */
147 int mswindows_dynamic_frame_resize; 147 int mswindows_dynamic_frame_resize;
148 int mswindows_alt_by_itself_activates_menu; 148 int mswindows_alt_by_itself_activates_menu;
149 int mswindows_num_mouse_buttons; 149 Fixnum mswindows_num_mouse_buttons;
150 int mswindows_mouse_button_max_skew_x; 150 Fixnum mswindows_mouse_button_max_skew_x;
151 int mswindows_mouse_button_max_skew_y; 151 Fixnum mswindows_mouse_button_max_skew_y;
152 int mswindows_mouse_button_tolerance; 152 Fixnum mswindows_mouse_button_tolerance;
153 153
154 #ifdef DEBUG_XEMACS 154 #ifdef DEBUG_XEMACS
155 int debug_mswindows_events; 155 Fixnum debug_mswindows_events;
156 #endif 156 #endif
157 157
158 /* This is the event signaled by the event pump. 158 /* This is the event signaled by the event pump.
159 See mswindows_pump_outstanding_events for comments */ 159 See mswindows_pump_outstanding_events for comments */
160 static Lisp_Object mswindows_error_caught_in_modal_loop; 160 static Lisp_Object mswindows_error_caught_in_modal_loop;