(XTread_socket): Fix previous change in case F == 0.
This commit is contained in:
parent
7172d0aab3
commit
a00e91cd76
1 changed files with 2 additions and 1 deletions
|
@ -4570,7 +4570,8 @@ XTread_socket (sd, bufp, numchars, expected)
|
|||
before this event; any subsequent mouse-movement
|
||||
Emacs events should reflect only motion after
|
||||
the ButtonPress. */
|
||||
f->mouse_moved = 0;
|
||||
if (f != 0)
|
||||
f->mouse_moved = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue