Searched defs:nMinDist (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c3051 int nMinDist = 3 * 256 * 256; local
3052 long nDist = nMinDist;
3086 if (nDist < nMinDist)
3088 nMinDist = nDist;

Completed in 56 milliseconds