diff options
Diffstat (limited to 'x11-servers/xorg-server/files/patch-i830_video.c')
-rw-r--r-- | x11-servers/xorg-server/files/patch-i830_video.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-servers/xorg-server/files/patch-i830_video.c b/x11-servers/xorg-server/files/patch-i830_video.c new file mode 100644 index 000000000000..259ad42669c1 --- /dev/null +++ b/x11-servers/xorg-server/files/patch-i830_video.c @@ -0,0 +1,11 @@ +--- programs/Xserver/hw/xfree86/drivers/i810/i830_video.c.orig Fri Dec 31 13:43:36 2004 ++++ programs/Xserver/hw/xfree86/drivers/i810/i830_video.c Fri Dec 31 13:44:22 2004 +@@ -632,7 +632,7 @@ + pPriv->gamma0 = 0x080808; + + /* gotta uninit this someplace */ +- REGION_INIT(pScreen, &pPriv->clip, NullBox, 0); ++ REGION_NULL(pScreen, &pPriv->clip); + + pI830->adaptor = adapt; + |