aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 7d1a5f4043f..46a22d8dc1b 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -866,6 +866,7 @@ x_dnd_get_target_window (struct x_display_info *dpyinfo,
866 if (x_had_errors_p (dpyinfo->display) || !rc) 866 if (x_had_errors_p (dpyinfo->display) || !rc)
867 { 867 {
868 x_uncatch_errors_after_check (); 868 x_uncatch_errors_after_check ();
869 *proto_out = -1;
869 return None; 870 return None;
870 } 871 }
871 } 872 }