diff options
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 794aecfc..00012b54 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -632,7 +632,7 @@ I830SetupImageVideo(ScreenPtr pScreen) pPriv->gamma0 = 0x080808; /* gotta uninit this someplace */ - REGION_INIT(pScreen, &pPriv->clip, NullBox, 0); + REGION_NULL(pScreen, &pPriv->clip); pI830->adaptor = adapt; |