RandR: Only export Xinerama symbols when building Xinerama support

Otherwise compilation fails due to sdksyms.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Daniel Stone 2009-01-05 17:41:38 +02:00
parent 3387cbb7c1
commit e351d10773

View File

@ -889,8 +889,10 @@ extern _X_EXPORT int
ProcRRDeleteOutputProperty (ClientPtr client);
/* rrxinerama.c */
#ifdef XINERAMA
extern _X_EXPORT void
RRXineramaExtensionInit(void);
#endif
#endif /* _RANDRSTR_H_ */