Fixed font bitmap and minor window placement mods.

svn path=/trunk/; revision=3166
This commit is contained in:
Robert Dickenson 2002-06-30 14:52:10 +00:00
parent 994b70bb48
commit aea5d54245
4 changed files with 36 additions and 62 deletions

View file

@ -594,7 +594,6 @@ LRESULT CALLBACK GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARA
//TGraphCtrl* pGraphCtrl;
switch (message) {
/*
case WM_ERASEBKGND:
return TRUE;
//
@ -650,7 +649,6 @@ LRESULT CALLBACK GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARA
case WM_SYSKEYDOWN:
case WM_SYSKEYUP:
return 0;
*/
case WM_PAINT:
hdc = BeginPaint(hWnd, &ps);
// pGraphCtrl = TGraphCtrl::LookupGraphCtrl(hWnd);
@ -690,7 +688,6 @@ LRESULT CALLBACK GraphCtrl_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARA
}
return 0;
}
//
// We pass on all non-handled messages