Home | History | Annotate | Download | only in gregbook

Lines Matching full:getsystemmetrics

771     extra_width  = 2*(GetSystemMetrics(SM_CXBORDER) +
772 GetSystemMetrics(SM_CXDLGFRAME));
773 extra_height = 2*(GetSystemMetrics(SM_CYBORDER) +
774 GetSystemMetrics(SM_CYDLGFRAME)) +
775 GetSystemMetrics(SM_CYCAPTION);