summaryrefslogtreecommitdiff
path: root/miext/layer/layerinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'miext/layer/layerinit.c')
-rw-r--r--miext/layer/layerinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miext/layer/layerinit.c b/miext/layer/layerinit.c
index dfeae6c2d..6cbca7150 100644
--- a/miext/layer/layerinit.c
+++ b/miext/layer/layerinit.c
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/Xserver/miext/layer/layerinit.c,v 1.6 2002/11/08 22:19:42 keithp Exp $
+ * $XFree86: xc/programs/Xserver/miext/layer/layerinit.c,v 1.7 2003/11/10 18:22:49 tsi Exp $
*
* Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
*
@@ -273,7 +273,7 @@ LayerCreate (ScreenPtr pScreen,
if (pPixmap)
pPixmap->refcnt++;
}
- REGION_INIT (pScreen, &pLay->region, NullBox, 0);
+ REGION_NULL(pScreen, &pLay->region);
/*
* Hook the layer at the end of the list
*/