mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Temporary reverted my last painting change before I'll do it the right way.
svn path=/trunk/; revision=7587
This commit is contained in:
parent
54beec6da4
commit
02fb8db0d0
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: painting.c,v 1.59 2004/01/12 00:07:34 navaraf Exp $
|
||||
* $Id: painting.c,v 1.60 2004/01/12 21:24:20 navaraf Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -414,7 +414,7 @@ IntInvalidateWindows(PWINDOW_OBJECT Window, HRGN hRgn, ULONG Flags,
|
|||
/*
|
||||
* WINDOWS REALLY DON'T DO THIS!!!
|
||||
*/
|
||||
#if 0
|
||||
#if 1
|
||||
/*
|
||||
* Update our UpdateRegion depending on children
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue