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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincreatewnd.c436 int iLeft, iTop; local in function:winGetWorkArea
476 iTop = GetSystemMetrics(SM_YVIRTUALSCREEN);
478 winDebug("winGetWorkArea - Virtual screen origin is %d, %d\n", iLeft, iTop);
497 if (iTop < 0) {
498 prcWorkArea->top = iTop;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincreatewnd.c523 int iLeft, iTop; local in function:winGetWorkArea
545 iTop = GetSystemMetrics (SM_YVIRTUALSCREEN);
547 winDebug ("winGetWorkArea - Virtual screen origin is %d, %d\n", iLeft, iTop);
567 if (iTop < 0)
569 prcWorkArea->top = iTop;

Completed in 3 milliseconds