mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
Bug #1488: Fix crash on i830 during startup. (Eric Anholt)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user