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:
parent
3387cbb7c1
commit
e351d10773
|
@ -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_ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue