xfree86: xf86.h: unexport xf86ExtensionInit()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
7eec3cf58f
commit
27c65bc678
|
@ -266,9 +266,6 @@ xf86PrintModes(ScrnInfoPtr scrp);
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
xf86CollectOptions(ScrnInfoPtr pScrn, XF86OptionPtr extraOpts);
|
xf86CollectOptions(ScrnInfoPtr pScrn, XF86OptionPtr extraOpts);
|
||||||
|
|
||||||
/* xf86Extensions.c */
|
|
||||||
extern void xf86ExtensionInit(void);
|
|
||||||
|
|
||||||
/* convert ScreenPtr to ScrnInfoPtr */
|
/* convert ScreenPtr to ScrnInfoPtr */
|
||||||
extern _X_EXPORT ScrnInfoPtr xf86ScreenToScrn(ScreenPtr pScreen);
|
extern _X_EXPORT ScrnInfoPtr xf86ScreenToScrn(ScreenPtr pScreen);
|
||||||
/* convert ScrnInfoPtr to ScreenPtr */
|
/* convert ScrnInfoPtr to ScreenPtr */
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
|
|
||||||
#include "xf86.h"
|
#include "xf86_priv.h"
|
||||||
#include "xf86Config.h"
|
#include "xf86Config.h"
|
||||||
#include "xf86Module.h"
|
#include "xf86Module.h"
|
||||||
#include "xf86Extensions.h"
|
#include "xf86Extensions.h"
|
||||||
|
|
|
@ -35,4 +35,7 @@ ModeStatus xf86CheckModeForDriver(ScrnInfoPtr scrp, DisplayModePtr mode, int fla
|
||||||
/* xf86RandR.c */
|
/* xf86RandR.c */
|
||||||
Bool xf86RandRInit(ScreenPtr pScreen);
|
Bool xf86RandRInit(ScreenPtr pScreen);
|
||||||
|
|
||||||
|
/* xf86Extensions.c */
|
||||||
|
void xf86ExtensionInit(void);
|
||||||
|
|
||||||
#endif /* _XSERVER_XF86_PRIV_H */
|
#endif /* _XSERVER_XF86_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue