Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338330 | Differences between
and this patch

Collapse All | Expand All

(-)xserver-xorg-video-psb-0.31.0/src/psb_driver.c.xf86AddModuleInfo (+6 lines)
Lines 636-641 psbPreInitDRI(ScrnInfoPtr pScrn) Link Here
636
    return TRUE;
636
    return TRUE;
637
}
637
}
638
638
639
/* removed in Xserver 1.7, add it again so that proprietary Xpsb can be loaded */
640
void
641
xf86AddModuleInfo(pointer info, pointer module)
642
{
643
}
644
639
static Bool
645
static Bool
640
psbPreInitXpsb(ScrnInfoPtr pScrn)
646
psbPreInitXpsb(ScrnInfoPtr pScrn)
641
{
647
{

Return to bug 338330