aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-10-12 11:43:57 +0000
committerKim F. Storm2005-10-12 11:43:57 +0000
commitce728a0c84a71c8b075a350ec1160d0710748e05 (patch)
treea308c6e3d181231e177b532f36313bf0797373f4
parent78f3b91f6882c6aac85cc7bb9981b0fdd0e4b07b (diff)
downloademacs-ce728a0c84a71c8b075a350ec1160d0710748e05.tar.gz
emacs-ce728a0c84a71c8b075a350ec1160d0710748e05.zip
(handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
-rw-r--r--src/xterm.c1
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