aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2003-06-15 21:16:11 +0000
committerStefan Monnier2003-06-15 21:16:11 +0000
commitd86705ece612d63841c2e2cf95b0f17ea7c055b7 (patch)
treef177ef0537a3bfd568095121a08b31f64f415adf /src
parentf456401b964521d19236fb148bba7f654856eec5 (diff)
downloademacs-d86705ece612d63841c2e2cf95b0f17ea7c055b7.tar.gz
emacs-d86705ece612d63841c2e2cf95b0f17ea7c055b7.zip
(handle_tool_bar_click): Don't pass uninitialized
data to kbd_buffer_store_event.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 64bda46c1bf..ca0740e8d0b 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -8737,6 +8737,7 @@ handle_tool_bar_click (f, x, y, down_p, modifiers)
8737 { 8737 {
8738 Lisp_Object key, frame; 8738 Lisp_Object key, frame;
8739 struct input_event event; 8739 struct input_event event;
8740 EVENT_INIT (event);
8740 8741
8741 /* Show item in released state. */ 8742 /* Show item in released state. */
8742 show_mouse_face (dpyinfo, DRAW_IMAGE_RAISED); 8743 show_mouse_face (dpyinfo, DRAW_IMAGE_RAISED);