Searched refs:hwnd (Results 1 – 1 of 1) sorted by relevance
94 void center_dialog(HWND hwnd) in center_dialog() argument101 if (hwnd == NULL) in center_dialog()104 GetWindowRect(hwnd, &r); in center_dialog()113 MoveWindow(hwnd, r.left, r.top, dlgwidth, dlgheight, TRUE); in center_dialog()