diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 370a35fe6e6..f6c15c1cdeb 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6634,6 +6634,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) | |||
| 6634 | int tool_bar_p = 0; | 6634 | int tool_bar_p = 0; |
| 6635 | 6635 | ||
| 6636 | bzero (&compose_status, sizeof (compose_status)); | 6636 | bzero (&compose_status, sizeof (compose_status)); |
| 6637 | bzero (&last_mouse_glyph, sizeof (last_mouse_glyph)); | ||
| 6637 | 6638 | ||
| 6638 | if (dpyinfo->grabbed | 6639 | if (dpyinfo->grabbed |
| 6639 | && last_mouse_frame | 6640 | && last_mouse_frame |