comparison src/xdisp.c @ 107706:59d957b53239

xdisp.c (note_mouse_highlight): Don't do highlight if pointer is invisible (Bug#5766).
author Jan D. <jan.h.d@swipnet.se>
date Tue, 30 Mar 2010 19:26:58 +0200
parents 5860ffa0c5d9
children 6db4a0b4404d a8900b7136bc
comparison
equal deleted inserted replaced
107705:51eb297451ff 107706:59d957b53239
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;