From: Kim F. Storm Date: Wed, 12 Oct 2005 11:43:57 +0000 (+0000) Subject: (handle_one_xevent): Clear last_mouse_glyph on mouse up/down. X-Git-Tag: emacs-pretest-22.0.90~6640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce728a0c84a71c8b075a350ec1160d0710748e05;p=emacs.git (handle_one_xevent): Clear last_mouse_glyph on mouse up/down. --- 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