From f5c93cb015e334975c2797a23b68798372a284c9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 10 Aug 2004 04:01:42 +0000 Subject: Bug #978: Silence unresolved symbol warnings from the ati driver. Reported by Michel Daenzer. --- src/atimodule.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/atimodule.c') diff --git a/src/atimodule.c b/src/atimodule.c index ed6b621..c83ee58 100644 --- a/src/atimodule.c +++ b/src/atimodule.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.c,v 1.16 2003/05/28 14:08:03 tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -39,6 +39,7 @@ const char *ATISymbols[] = "ATILeaveVT", "ATIFreeScreen", "ATIValidMode", + "ATIFillInScreenInfo", NULL }; @@ -52,7 +53,8 @@ const char *R128Symbols[] = "R128LeaveVT", "R128FreeScreen", "R128ValidMode", - "R128Options", + "R128OptionsWeak", + "R128FillInScreenInfo", NULL }; @@ -77,7 +79,7 @@ static XF86ModuleVersionInfo ATIVersionRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, ATI_VERSION_MAJOR, ATI_VERSION_MINOR, ATI_VERSION_PATCH, ABI_CLASS_VIDEODRV, ABI_VIDEODRV_VERSION, -- cgit v1.2.3