(XTread_socket): Revert last change.
This commit is contained in:
parent
37f3a4bb9c
commit
c36b6e0aa0
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue