Lines Matching refs:readInputProc
58 NotifyFdProcPtr readInputProc;
180 dev->readInputProc(fd, xevents, dev->readInputArgs);
188 * @param readInputProc Procedure used to read input from the device
195 NotifyFdProcPtr readInputProc,
201 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs);
214 dev->readInputProc = readInputProc;
225 dev->readInputProc = readInputProc;
547 NotifyFdProcPtr readInputProc,
550 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs);