mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Only split update region into client and non-client parts if there actually
is something to split svn path=/trunk/; revision=9392
This commit is contained in:
parent
5884627fe6
commit
1825cf4a15
1 changed files with 2 additions and 1 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.82 2004/05/10 17:07:18 weiden Exp $
|
||||
* $Id: painting.c,v 1.83 2004/05/15 08:01:56 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -286,6 +286,7 @@ IntInvalidateWindows(PWINDOW_OBJECT Window, HRGN hRgn, ULONG Flags)
|
|||
* Split the nonclient update region.
|
||||
*/
|
||||
|
||||
if (NULL != Window->UpdateRegion)
|
||||
{
|
||||
HRGN hRgnWindow, hRgnNonClient;
|
||||
|
||||
|
|
Loading…
Reference in a new issue