From 4073f24c90d4aff3f7d83af4c0e733eed082b53b Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 6 Jul 2005 15:14:30 +0000 Subject: [PATCH] add missing PictureTransformPoint3d call --- hw/xfree86/loader/dixsym.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c index 2316c8ecf..89da5f8c8 100644 --- a/hw/xfree86/loader/dixsym.c +++ b/hw/xfree86/loader/dixsym.c @@ -518,6 +518,7 @@ LOOKUP dixLookupTab[] = { /* picture.c */ SYMFUNC(PictureInit) SYMFUNC(PictureTransformPoint) + SYMFUNC(PictureTransformPoint3d) SYMFUNC(PictureGetSubpixelOrder) SYMFUNC(PictureSetSubpixelOrder) SYMVAR(PictureScreenPrivateIndex)