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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.h31 extern void hlpResizeRect(RECTL *paRects, unsigned nRects, unsigned uPrimary, unsigned uResized, int iNewWidth, int iNewHeight, int iNewPosX, int iNewPosY);
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 41 milliseconds