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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp113 void hlpResizeRect(RECTL *paRects, unsigned nRects, unsigned uPrimary, argument
117 DDCLOG(("nRects %d, iPrimary %d, iResized %d, NewWidth %d, NewHeight %d\n", nRects, uPrimary, uResized, iNewWidth, iNewHeight));
142 if (iNextRect == ~0 || iNextRect == uPrimary)
170 if (iNextRect == ~0 || iNextRect == uPrimary)
198 if (iNextRect == ~0 || iNextRect == uPrimary)
226 if (iNextRect == ~0 || iNextRect == uPrimary)

Completed in 42 milliseconds