aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-05-13 13:37:11 +0000
committerChong Yidong <[email protected]>2007-05-13 13:37:11 +0000
commitc36b6e0aa0e7d17ed163f106bc0bf2280667760d (patch)
tree2497a61c54a04649d9f2716f80ea16f5c859cdd9
parent37f3a4bb9c717e498543e5250efda34d17166cfd (diff)
(XTread_socket): Revert last change.
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9adb2b2c25..4f77e22ac5 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7065,7 +7065,6 @@ XTread_socket (sd, expected, hold_quit)
#endif
#ifndef USE_GTK
- x_catch_errors (dpyinfo->display);
while (XPending (dpyinfo->display))
{
int finish;
@@ -7084,7 +7083,6 @@ XTread_socket (sd, expected, hold_quit)
if (finish == X_EVENT_GOTO_OUT)
goto out;
}
- x_uncatch_errors ();
#endif /* not USE_GTK */
}