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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwndproc.c596 int iBorderHeight, iBorderWidth; local in function:winWindowProc
626 iBorderWidth = 2 * GetSystemMetrics(SM_CXSIZEFRAME);
630 pMinMaxInfo->ptMaxTrackSize.x = s_pScreenInfo->dwWidth + iBorderWidth;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwndproc.c642 int iBorderHeight, iBorderWidth; local in function:winWindowProc
678 iBorderWidth = 2 * GetSystemMetrics (SM_CXSIZEFRAME);
683 = s_pScreenInfo->dwWidth + iBorderWidth;

Completed in 6 milliseconds