Home
last modified time | relevance | path

Searched refs:gnmax (Results 1 – 1 of 1) sorted by relevance

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dconnections.c3735 int i, gnmax = 0, n = 0, nfds; in check_gui_inputs() local
3747 if (icon_mode_socks[i] > gnmax) { in check_gui_inputs()
3748 gnmax = icon_mode_socks[i]; in check_gui_inputs()
3764 nfds = select(gnmax+1, &fds, NULL, NULL, &tv); in check_gui_inputs()