mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
removed assertion
svn path=/trunk/; revision=9406
This commit is contained in:
parent
c0fb78df09
commit
4b6ab2d1c6
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: cliprgn.c,v 1.38 2004/05/14 16:55:18 navaraf Exp $ */
|
/* $Id: cliprgn.c,v 1.39 2004/05/15 20:19:20 weiden Exp $ */
|
||||||
#include <w32k.h>
|
#include <w32k.h>
|
||||||
|
|
||||||
VOID FASTCALL
|
VOID FASTCALL
|
||||||
|
@ -24,7 +24,6 @@ CLIPPING_UpdateGCRegion(DC* Dc)
|
||||||
{
|
{
|
||||||
PROSRGNDATA CombinedRegion;
|
PROSRGNDATA CombinedRegion;
|
||||||
|
|
||||||
ASSERT(Dc->w.hGCClipRgn != NULL);
|
|
||||||
if (Dc->w.hGCClipRgn == NULL)
|
if (Dc->w.hGCClipRgn == NULL)
|
||||||
Dc->w.hGCClipRgn = NtGdiCreateRectRgn(0, 0, 0, 0);
|
Dc->w.hGCClipRgn = NtGdiCreateRectRgn(0, 0, 0, 0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue