Lines Matching defs:nEvents
2282 unsigned long nEvents;
2299 nEvents = 0;
2321 coords[nEvents].time = coords[i].time;
2322 coords[nEvents].x = coords[i].x - pWin->drawable.x;
2323 coords[nEvents].y = coords[i].y - pWin->drawable.y;
2324 nEvents++;
2327 rep.length = nEvents * bytes_to_int32(sizeof(xTimecoord));
2328 rep.nEvents = nEvents;
2330 if (nEvents)
2333 WriteSwappedDataToClient(client, nEvents * sizeof(xTimecoord),