]> git.eshelyaron.com Git - emacs.git/commitdiff
(handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
authorKim F. Storm <storm@cua.dk>
Wed, 12 Oct 2005 11:43:57 +0000 (11:43 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 12 Oct 2005 11:43:57 +0000 (11:43 +0000)
src/xterm.c

index 370a35fe6e6d784d3395ec3d6125207c2971c096..f6c15c1cdeb246f12c0344be199939f4188da188 100644 (file)
@@ -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