mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +00:00
(x_clear_mouse_face): Blick/unblock input.
This commit is contained in:
parent
926aa0ee84
commit
2e636f9d48
@ -7159,9 +7159,11 @@ x_clear_mouse_face (w)
|
||||
struct x_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (XFRAME (w->frame));
|
||||
Lisp_Object window;
|
||||
|
||||
BLOCK_INPUT;
|
||||
XSETWINDOW (window, w);
|
||||
if (EQ (window, dpyinfo->mouse_face_window))
|
||||
clear_mouse_face (dpyinfo);
|
||||
UNBLOCK_INPUT;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user