comparison src/xdisp.c @ 107906:3a8a36c9aede

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 30 Mar 2010 21:52:49 +0000
parents 59d957b53239
children 6db4a0b4404d a8900b7136bc
comparison
equal deleted inserted replaced
107905:eacc14a376e7 107906:3a8a36c9aede
23549 if (popup_activated ()) 23549 if (popup_activated ())
23550 return; 23550 return;
23551 #endif 23551 #endif
23552 23552
23553 if (NILP (Vmouse_highlight) 23553 if (NILP (Vmouse_highlight)
23554 || !f->glyphs_initialized_p) 23554 || !f->glyphs_initialized_p
23555 || f->pointer_invisible)
23555 return; 23556 return;
23556 23557
23557 dpyinfo->mouse_face_mouse_x = x; 23558 dpyinfo->mouse_face_mouse_x = x;
23558 dpyinfo->mouse_face_mouse_y = y; 23559 dpyinfo->mouse_face_mouse_y = y;
23559 dpyinfo->mouse_face_mouse_frame = f; 23560 dpyinfo->mouse_face_mouse_frame = f;