mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(handle_one_xevent): Fix crash in 2006-03-24 change.
This commit is contained in:
parent
0f479f06f1
commit
295fa1d472
1 changed files with 2 additions and 1 deletions
|
|
@ -6084,7 +6084,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
|
|||
f = x_any_window_to_frame (dpyinfo, event.xkey.window);
|
||||
|
||||
if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)
|
||||
&& !EQ (f->tool_bar_window, dpyinfo->mouse_face_window))
|
||||
&& (f == 0
|
||||
|| !EQ (f->tool_bar_window, dpyinfo->mouse_face_window)))
|
||||
{
|
||||
clear_mouse_face (dpyinfo);
|
||||
dpyinfo->mouse_face_hidden = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue