From ce728a0c84a71c8b075a350ec1160d0710748e05 Mon Sep 17 00:00:00 2001 From: Kim F. Storm Date: Wed, 12 Oct 2005 11:43:57 +0000 Subject: (handle_one_xevent): Clear last_mouse_glyph on mouse up/down. --- src/xterm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) 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 -- cgit v1.2.1