comparison src/event-stream.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
1805 { 1805 {
1806 struct window *w = XWINDOW (FRAME_MINIBUF_WINDOW (XFRAME (frame))); 1806 struct window *w = XWINDOW (FRAME_MINIBUF_WINDOW (XFRAME (frame)));
1807 MARK_WINDOWS_CHANGED (w); 1807 MARK_WINDOWS_CHANGED (w);
1808 } 1808 }
1809 1809
1810 if (FRAMEP (focus_frame) && !EQ (frame, focus_frame)) 1810 if (FRAMEP (focus_frame) && FRAME_LIVE_P (XFRAME (focus_frame))
1811 && !EQ (frame, focus_frame))
1811 { 1812 {
1812 /* Oops, we missed a focus-out event. */ 1813 /* Oops, we missed a focus-out event. */
1813 DEVICE_FRAME_WITH_FOCUS_REAL (d) = Qnil; 1814 DEVICE_FRAME_WITH_FOCUS_REAL (d) = Qnil;
1814 redisplay_redraw_cursor (XFRAME (focus_frame), 1); 1815 redisplay_redraw_cursor (XFRAME (focus_frame), 1);
1815 } 1816 }
4467 staticpro (&Vrecent_keys_ring); 4468 staticpro (&Vrecent_keys_ring);
4468 4469
4469 Vthis_command_keys = Qnil; 4470 Vthis_command_keys = Qnil;
4470 staticpro (&Vthis_command_keys); 4471 staticpro (&Vthis_command_keys);
4471 Vthis_command_keys_tail = Qnil; 4472 Vthis_command_keys_tail = Qnil;
4472 pdump_wire (&Vthis_command_keys_tail); 4473 dump_add_root_object (&Vthis_command_keys_tail);
4473 4474
4474 command_event_queue = Qnil; 4475 command_event_queue = Qnil;
4475 staticpro (&command_event_queue); 4476 staticpro (&command_event_queue);
4476 command_event_queue_tail = Qnil; 4477 command_event_queue_tail = Qnil;
4477 pdump_wire (&command_event_queue_tail); 4478 dump_add_root_object (&command_event_queue_tail);
4478 4479
4479 Vlast_selected_frame = Qnil; 4480 Vlast_selected_frame = Qnil;
4480 staticpro (&Vlast_selected_frame); 4481 staticpro (&Vlast_selected_frame);
4481 4482
4482 pending_timeout_list = Qnil; 4483 pending_timeout_list = Qnil;