aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8618a986798..33396cc9ab4 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -9704,6 +9704,8 @@ handle_one_xevent (struct x_display_info *dpyinfo,
9704 inev.ie.kind = SELECT_WINDOW_EVENT; 9704 inev.ie.kind = SELECT_WINDOW_EVENT;
9705 inev.ie.frame_or_window = xvw->w; 9705 inev.ie.frame_or_window = xvw->w;
9706 } 9706 }
9707
9708 *finish = X_EVENT_DROP;
9707 goto OTHER; 9709 goto OTHER;
9708 } 9710 }
9709#endif 9711#endif