Searched refs:dlgheight (Results 1 – 1 of 1) sorted by relevance
97 int dlgwidth, dlgheight; in center_dialog() local106 dlgheight = r.bottom - r.top ; in center_dialog()112 r.top = (scrheight - dlgheight) / 2; in center_dialog()113 MoveWindow(hwnd, r.left, r.top, dlgwidth, dlgheight, TRUE); in center_dialog()