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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincreatewnd.c434 int iPrimaryWidth, iPrimaryHeight; local in function:winGetWorkArea
481 iPrimaryWidth = GetSystemMetrics(SM_CXSCREEN);
485 iPrimaryWidth, iPrimaryHeight);
488 iPrimaryNonWorkAreaWidth = iPrimaryWidth - (prcWorkArea->right -
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincreatewnd.c521 int iPrimaryWidth, iPrimaryHeight; local in function:winGetWorkArea
550 iPrimaryWidth = GetSystemMetrics (SM_CXSCREEN);
554 iPrimaryWidth, iPrimaryHeight);
557 iPrimaryNonWorkAreaWidth = iPrimaryWidth - (prcWorkArea->right -

Completed in 3 milliseconds