Hello community, here is the log from the commit of package xorg-x11-driver-video-intel-legacy for openSUSE:Factory checked in at Mon Nov 15 16:03:48 CET 2010. -------- --- xorg-x11-driver-video-intel-legacy/xorg-x11-driver-video-intel-legacy.changes 2010-05-08 22:35:11.000000000 +0200 +++ /mounts/work_src_done/STABLE/xorg-x11-driver-video-intel-legacy/xorg-x11-driver-video-intel-legacy.changes 2010-11-12 14:20:50.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Nov 12 13:18:32 UTC 2010 - sndirsch@novell.com + +- xorg-server-1.9.diff + * fix build against xorg-server 1.9 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- xorg-server-1.9.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-driver-video-intel-legacy.spec ++++++ --- /var/tmp/diff_new_pack.Q3aCVH/_old 2010-11-15 16:03:39.000000000 +0100 +++ /var/tmp/diff_new_pack.Q3aCVH/_new 2010-11-15 16:03:39.000000000 +0100 @@ -25,7 +25,7 @@ Group: System/X11/Servers/XF86_4 AutoReqProv: on Version: 2.9.1 -Release: 1 +Release: 4 Summary: Legacy Version of the Intel X.Org Driver Requires: xorg-x11-server Supplements: xorg-x11-server @@ -40,6 +40,7 @@ Patch5: moblin-uxa-Fix-segfault-on-source-only-picture-usage.patch Patch6: xf86-video-intel-buildfix.diff Patch7: xf86-video-intel-2.9.1-xorg-server-1.7.3-fixes.patch +Patch8: xorg-server-1.9.diff Patch100: xf86-video-intel-2.9.1-legacy.patch %description @@ -56,6 +57,7 @@ %patch5 -p1 %patch6 -p0 %patch7 -p0 +%patch8 -p1 %patch100 -p1 %build ++++++ xorg-server-1.9.diff ++++++ --- xf86-video-intel-2.9.1.orig//src/i830_video.c 2010-11-12 13:06:50.000000000 +0000 +++ xf86-video-intel-2.9.1/src/i830_video.c 2010-11-12 13:13:47.000000000 +0000 @@ -2207,7 +2207,7 @@ i830_clip_video_helper (ScrnInfoPtr pScr static void i830_fill_colorkey (ScreenPtr pScreen, uint32_t key, RegionPtr clipboxes) { - DrawablePtr root = &WindowTable[pScreen->myNum]->drawable; + DrawablePtr root = &(pScreen->root)->drawable; XID pval[2]; BoxPtr pbox = REGION_RECTS(clipboxes); int i, nbox = REGION_NUM_RECTS(clipboxes); @@ -2219,7 +2219,7 @@ i830_fill_colorkey (ScreenPtr pScreen, u gc = GetScratchGC(root->depth, pScreen); pval[0] = key; pval[1] = IncludeInferiors; - (void) ChangeGC(gc, GCForeground|GCSubwindowMode, pval); + (void) ChangeGC(NullClient, gc, GCForeground|GCSubwindowMode, pval); ValidateGC(root, gc); rects = xalloc (nbox * sizeof(xRectangle)); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org