; * src/term.c (term_mouse_position): Fix 'fp' pointer.
This commit is contained in:
parent
db4bf410f2
commit
3d375ced1f
1 changed files with 1 additions and 1 deletions
|
@ -2675,7 +2675,7 @@ term_mouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
|
|||
return;
|
||||
|
||||
*fp = XFRAME (last_mouse_frame);
|
||||
if (!FRAME_LIVE_P (fp))
|
||||
if (!FRAME_LIVE_P (*fp))
|
||||
return;
|
||||
|
||||
(*fp)->mouse_moved = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue