summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-05-03 09:56:42 -0400
committerJordan Crouse <jordan.crouse@amd.com>2007-05-03 15:15:34 -0600
commit89bb73e915a8aca7a04d2ab0818f9b21c88d59c3 (patch)
treefd4af4e8993b7327b3f8a393cfabe7d570bdb558
parent4dfae85222779694e162c8bb942b7587c2600592 (diff)
commit 7125fcab372b24f7045bbdaa6d4f6e435b1f7a83
Fix missed GXQueryImageAttributes->GeodeQueryImageAttributes
-rw-r--r--src/amd_gx_video.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/amd_gx_video.c b/src/amd_gx_video.c
index bede67b..86f2e07 100644
--- a/src/amd_gx_video.c
+++ b/src/amd_gx_video.c
@@ -104,8 +104,6 @@ static void GXQueryBestSize(ScrnInfoPtr, Bool,
static int GXPutImage(ScrnInfoPtr, short, short, short, short, short, short,
short, short, int, unsigned char *, short, short, Bool,
RegionPtr, pointer, DrawablePtr pDraw);
-static int GXQueryImageAttributes(ScrnInfoPtr, int, unsigned short *,
- unsigned short *, int *, int *);
static void GXBlockHandler(int, pointer, pointer, pointer);
void GXSetVideoPosition(int x, int y, int width, int height,
@@ -405,7 +403,7 @@ GXSetupImageVideo(ScreenPtr pScrn)
adapt->GetPortAttribute = GXGetPortAttribute;
adapt->QueryBestSize = GXQueryBestSize;
adapt->PutImage = GXPutImage;
- adapt->QueryImageAttributes = GXQueryImageAttributes;
+ adapt->QueryImageAttributes = GeodeQueryImageAttributes;
pPriv->filter = 0;
pPriv->colorKey = pGeode->videoKey;