comparison src/event-msw.c @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents 1ccc32a20af4
children c33ae14dd6d0
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
3632 reinit_vars_of_event_mswindows (); 3632 reinit_vars_of_event_mswindows ();
3633 3633
3634 mswindows_u_dispatch_event_queue = Qnil; 3634 mswindows_u_dispatch_event_queue = Qnil;
3635 staticpro (&mswindows_u_dispatch_event_queue); 3635 staticpro (&mswindows_u_dispatch_event_queue);
3636 mswindows_u_dispatch_event_queue_tail = Qnil; 3636 mswindows_u_dispatch_event_queue_tail = Qnil;
3637 pdump_wire (&mswindows_u_dispatch_event_queue_tail); 3637 dump_add_root_object (&mswindows_u_dispatch_event_queue_tail);
3638 3638
3639 mswindows_s_dispatch_event_queue = Qnil; 3639 mswindows_s_dispatch_event_queue = Qnil;
3640 staticpro (&mswindows_s_dispatch_event_queue); 3640 staticpro (&mswindows_s_dispatch_event_queue);
3641 mswindows_s_dispatch_event_queue_tail = Qnil; 3641 mswindows_s_dispatch_event_queue_tail = Qnil;
3642 pdump_wire (&mswindows_s_dispatch_event_queue_tail); 3642 dump_add_root_object (&mswindows_s_dispatch_event_queue_tail);
3643 3643
3644 mswindows_error_caught_in_modal_loop = Qnil; 3644 mswindows_error_caught_in_modal_loop = Qnil;
3645 staticpro (&mswindows_error_caught_in_modal_loop); 3645 staticpro (&mswindows_error_caught_in_modal_loop);
3646 3646
3647 3647