xfree86: unexport xf86RandR12CloseScreen()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
f26090eba6
commit
7b8a5c4a72
|
@ -37,7 +37,7 @@
|
||||||
#include "xf86Modes.h"
|
#include "xf86Modes.h"
|
||||||
#include "xf86Opt_priv.h"
|
#include "xf86Opt_priv.h"
|
||||||
#include "xf86Priv.h"
|
#include "xf86Priv.h"
|
||||||
#include "xf86RandR12.h"
|
#include "xf86RandR12_priv.h"
|
||||||
#include "X11/extensions/render.h"
|
#include "X11/extensions/render.h"
|
||||||
#include "X11/extensions/dpmsconst.h"
|
#include "X11/extensions/dpmsconst.h"
|
||||||
#include "X11/Xatom.h"
|
#include "X11/Xatom.h"
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
extern _X_EXPORT Bool xf86RandR12CreateScreenResources(ScreenPtr pScreen);
|
extern _X_EXPORT Bool xf86RandR12CreateScreenResources(ScreenPtr pScreen);
|
||||||
extern _X_EXPORT Bool xf86RandR12Init(ScreenPtr pScreen);
|
extern _X_EXPORT Bool xf86RandR12Init(ScreenPtr pScreen);
|
||||||
extern _X_EXPORT void xf86RandR12CloseScreen(ScreenPtr pScreen);
|
|
||||||
extern _X_EXPORT void xf86RandR12SetRotations(ScreenPtr pScreen,
|
extern _X_EXPORT void xf86RandR12SetRotations(ScreenPtr pScreen,
|
||||||
Rotation rotation);
|
Rotation rotation);
|
||||||
extern _X_EXPORT void xf86RandR12SetTransformSupport(ScreenPtr pScreen,
|
extern _X_EXPORT void xf86RandR12SetTransformSupport(ScreenPtr pScreen,
|
||||||
|
|
|
@ -15,4 +15,6 @@ void xf86RandR12LoadPalette(ScrnInfoPtr pScrn, int numColors,
|
||||||
VisualPtr pVisual);
|
VisualPtr pVisual);
|
||||||
Bool xf86RandR12InitGamma(ScrnInfoPtr pScrn, unsigned gammaSize);
|
Bool xf86RandR12InitGamma(ScrnInfoPtr pScrn, unsigned gammaSize);
|
||||||
|
|
||||||
|
void xf86RandR12CloseScreen(ScreenPtr pScreen);
|
||||||
|
|
||||||
#endif /* _XSERVER_XF86RANDR12_PRIV_H_ */
|
#endif /* _XSERVER_XF86RANDR12_PRIV_H_ */
|
||||||
|
|
Loading…
Reference in New Issue