Fix accidental ABI usage in RANDR 1.2 drivers.

Due to RANDR 1.2, xf86findOptionValue and xf86nameCompare are now ABI.
Make sure they're exported from the server.
This commit is contained in:
Adam Jackson 2007-10-28 09:37:52 +01:00
commit b97518666d
2 changed files with 2 additions and 2 deletions

View file

@ -948,7 +948,7 @@ StringToToken (char *str, xf86ConfigSymTabRec * tab)
* Compare two names. The characters '_', ' ', and '\t' are ignored
* in the comparison.
*/
int
__attribute__((visibility("default"))) int
xf86nameCompare (const char *s1, const char *s2)
{
char c1, c2;