HomeSort by: relevance | last modified time | path
    Searched refs:SmartLastPrint (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 256 long SmartLastPrint;
366 if ((now - SmartLastPrint) >= 5000)
371 if ((now - SmartLastPrint) >= 5000) {
373 SmartLastPrint = now;
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 237 long SmartLastPrint;
278 if ((now - SmartLastPrint) >= 5000)
283 if ((now - SmartLastPrint) >= 5000)
286 SmartLastPrint = now;

Completed in 8 milliseconds