mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-17 19:42:21 +00:00
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:
parent
f01e149d1a
commit
b97518666d
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue