(handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
This commit is contained in:
parent
78f3b91f68
commit
ce728a0c84
1 changed files with 1 additions and 0 deletions
|
@ -6634,6 +6634,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
|
|||
int tool_bar_p = 0;
|
||||
|
||||
bzero (&compose_status, sizeof (compose_status));
|
||||
bzero (&last_mouse_glyph, sizeof (last_mouse_glyph));
|
||||
|
||||
if (dpyinfo->grabbed
|
||||
&& last_mouse_frame
|
||||
|
|
Loading…
Add table
Reference in a new issue