summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2004-08-11 01:20:28 +0000
committerAdam Jackson <ajax@freedesktop.org>2004-08-11 01:20:28 +0000
commit0691753181b7fb7dd4822d599cbcb7fecd582112 (patch)
tree6761d5ea07383538bfbef4088cb114d28d94d33b
parentd08804e96d96e21e019639b042830d7f1ae29e93 (diff)
Bug #978: Silence more unresolved symbol warnings from the ati driver.
Patch from Stefan Dirsch.
-rw-r--r--src/atimodule.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/atimodule.c b/src/atimodule.c
index c83ee58..2d10516 100644
--- a/src/atimodule.c
+++ b/src/atimodule.c
@@ -68,8 +68,9 @@ const char *RADEONSymbols[] =
"RADEONLeaveVT",
"RADEONFreeScreen",
"RADEONValidMode",
- "RADEONOptions",
+ "RADEONOptionsWeak",
"RADEONHandleMessage",
+ "RADEONFillInScreenInfo",
NULL
};