From 462e47e6b845a18569608e1d91a9c165a079b1a9 Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Wed, 12 Jan 2005 23:22:41 +0000 Subject: Bugzilla #1488 (https://bugs.freedesktop.org/show_bug.cgi?id=1488) attachment #1607 (https://bugs.freedesktop.org/attachment.cgi?id=1607): Fix crash on i830 during startup. Patch by Eric Anholt --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3