Home
last modified time | relevance | path

Searched refs:dxClient (Results 1 – 1 of 1) sorted by relevance

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp804 static BOOL GrowWindow( HWND hwnd, LONG dxClient, LONG dyClient, BOOL fRepaint ) in GrowWindow() argument
812 rc.left += dxClient; in GrowWindow()
814 rc.right += dxClient; in GrowWindow()
876 LONG dxClient, dyClient; in PreviewDialogProc() local
878 dxClient = cx - rcClient.right; in PreviewDialogProc()
881 EnumChildWindows( hwndDlg, GrowChildWindows, MAKELONG( (SHORT)dxClient, (SHORT)dyClient) ); in PreviewDialogProc()

Completed in 25 milliseconds