Patches for xf86-video-{tdfx,trident,xgi}
Johannes Obermayr
johannesobermayr at gmx.de
Fri Dec 30 05:15:38 PST 2011
Am Freitag, 30. Dezember 2011, 12:21:35 schrieb Daniel Stone:
> Hi,
>
> --- a/src/blade_accel_exa.c
> +++ b/src/blade_accel_exa.c
> @@ -224,6 +224,7 @@ static void Composite(PixmapPtr pDst, int srcX,
> int srcY, int maskX,
>
> static void DoneComposite(PixmapPtr pDst)
> {
> + return 0;
> }
>
> static int MarkSync(ScreenPtr pScreen)
>
>
> ... err, DoneComposite is void - perhaps you meant another function?
>
> Cheers,
> Daniel
>
You are right. I prepared the obsolete patch the wrong way:
It was formerly for:
static Bool PrepareAccess(PixmapPtr pPix, int index)
which was removed by
http://cgit.freedesktop.org/xorg/driver/xf86-video-trident/commit/?id=6afbfaf62a2d049fcf289b1dbf32018fd7fdea1c
Because the former patch failed I "adapted" it and didn't realize that I did it in wrong function ...
Sorry for wasting your time.
More information about the xorg-devel
mailing list