xfree86: xf86.h: unexport xf86ModeStatusToString()
Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
6812f6c40a
commit
da32a8b91a
|
@ -243,8 +243,6 @@ xf86GetBppFromDepth(ScrnInfoPtr pScrn, int depth);
|
|||
|
||||
/* xf86Mode.c */
|
||||
|
||||
extern _X_EXPORT const char *
|
||||
xf86ModeStatusToString(ModeStatus status);
|
||||
extern _X_EXPORT ModeStatus
|
||||
xf86CheckModeForMonitor(DisplayModePtr mode, MonPtr monitor);
|
||||
extern _X_EXPORT ModeStatus
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
#include "os.h"
|
||||
#include "servermd.h"
|
||||
#include "globals.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "edid.h"
|
||||
|
||||
|
|
|
@ -28,4 +28,7 @@ void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
|||
void xf86DeleteDriver(int drvIndex);
|
||||
void xf86DeleteScreen(ScrnInfoPtr pScrn);
|
||||
|
||||
/* xf86Mode.c */
|
||||
const char * xf86ModeStatusToString(ModeStatus status);
|
||||
|
||||
#endif /* _XSERVER_XF86_PRIV_H */
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include "os/log_priv.h"
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_priv.h"
|
||||
#include "vbe.h"
|
||||
#include "vbeModes.h"
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <libxcvt/libxcvt.h>
|
||||
|
||||
#include "xf86_priv.h"
|
||||
#include "xf86Config.h"
|
||||
#include "xf86Modes.h"
|
||||
#include "xf86Priv.h"
|
||||
|
|
Loading…
Reference in New Issue