Files
tubestation/toolkit/components/remote/nsXRemoteClient.cpp
Jed Davis 6a6fb481d7 Bug 1545504 - Use poll() instead of select() on the X11 socket. r=stransky
These are single-fd polls of the X server socket, which in practice will
be much smaller than FD_SETSIZE, but it's cleaner to just not have the
fixed-size array in the first place.

Differential Revision: https://phabricator.services.mozilla.com/D52744
2019-11-19 10:09:35 +00:00

20 KiB