Searched refs:x11_fd (Results 1 – 2 of 2) sorted by relevance
29 int x11_fd = ConnectionNumber(display); in main() local30 int count = x11_fd + 1; in main()38 FD_SET(x11_fd, &in_fds); in main()
183 int x11_fd = ConnectionNumber(dsp); in MyXNextEventWithDelay() local186 FD_SET(x11_fd, &input_fds); in MyXNextEventWithDelay()192 if (!select(x11_fd + 1, &input_fds, nullptr, nullptr, &tv)) { in MyXNextEventWithDelay()