Bug #1488: Fix crash on i830 during startup. (Eric Anholt)

This commit is contained in:
Adam Jackson
2005-01-03 16:03:56 +00:00
parent 59cecb714b
commit edb9b6fde0

View File

@@ -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;