; * src/xterm.c (x_wait_for_cell_change): Don't call ConnectionNumber twice.
This commit is contained in:
parent
67ce5fdcc8
commit
65ffb115b4
1 changed files with 1 additions and 1 deletions
|
@ -14912,7 +14912,7 @@ x_wait_for_cell_change (Lisp_Object cell, struct timespec timeout)
|
|||
maxfd = fd;
|
||||
|
||||
eassert (fd < FD_SETSIZE);
|
||||
FD_SET (XConnectionNumber (dpyinfo->display), &fds);
|
||||
FD_SET (fd, &fds);
|
||||
}
|
||||
|
||||
/* Prevent events from being lost (from GTK's point of view) by
|
||||
|
|
Loading…
Add table
Reference in a new issue