Searched refs:ufd (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c2069 struct pollfd ufd; local in function:main
2239 ufd.fd = ConnectionNumber (dpy);
2240 ufd.events = POLLIN;
2251 if (poll (&ufd, 1, fade_timeout()) == 0)

Completed in 4 milliseconds