mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Revert most of last change
svn path=/trunk/; revision=5593
This commit is contained in:
parent
ff28f462af
commit
349c41fe42
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: defwnd.c,v 1.67 2003/08/15 17:06:11 gvg Exp $
|
||||
/* $Id: defwnd.c,v 1.68 2003/08/15 21:56:48 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
|
@ -1680,10 +1680,12 @@ User32DefWindowProc(HWND hWnd,
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
#if 0
|
||||
if (((DWORD) hBrush) <= 25)
|
||||
{
|
||||
hBrush = GetSysColorBrush((DWORD) hBrush - 1);
|
||||
}
|
||||
#endif
|
||||
GetClipBox((HDC)wParam, &Rect);
|
||||
FillRect((HDC)wParam, &Rect, hBrush);
|
||||
return(1);
|
||||
|
|
Loading…
Reference in a new issue