changeset 66048:031cac470e0d

(handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
author Kim F. Storm <storm@cua.dk>
date Wed, 12 Oct 2005 11:43:57 +0000
parents 959353b42d14
children 02f3f5b9a38f
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Wed Oct 12 11:43:26 2005 +0000
+++ b/src/xterm.c	Wed Oct 12 11:43:57 2005 +0000
@@ -6634,6 +6634,7 @@
         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