aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 6c58cc39fd2..bb25fba5f87 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6751,11 +6751,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
6751 f = last_mouse_frame; 6751 f = last_mouse_frame;
6752 else 6752 else
6753 f = x_window_to_frame (dpyinfo, event.xbutton.window); 6753 f = x_window_to_frame (dpyinfo, event.xbutton.window);
6754 if (event.type == ButtonPress) 6754
6755 {
6756 static int xxx = 0;
6757 fprintf (stderr, "%d, F: %p\n", xxx++, f);
6758 }
6759 if (f) 6755 if (f)
6760 { 6756 {
6761 /* Is this in the tool-bar? */ 6757 /* Is this in the tool-bar? */