; * src/xterm.c (x_wait_for_cell_change): Don't call ConnectionNumber twice.

This commit is contained in:
Po Lu 2022-06-01 21:28:26 +08:00
parent 67ce5fdcc8
commit 65ffb115b4

View file

@ -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