mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +00:00
Fixed font bitmap and minor window placement mods.
svn path=/trunk/; revision=3166
This commit is contained in:
parent
994b70bb48
commit
aea5d54245
4 changed files with 36 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue