xfree86: xf86Priv.h: drop DEFAULT_VERBOSE and DEFAULT_LOG_VERBOSE defines
Not used by any external drivers, so we can use their values directly. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
ee512c3cc2
commit
dc632a43d1
|
@ -178,8 +178,8 @@ char *xf86LayoutName = NULL;
|
||||||
char *xf86ScreenName = NULL;
|
char *xf86ScreenName = NULL;
|
||||||
char *xf86PointerName = NULL;
|
char *xf86PointerName = NULL;
|
||||||
char *xf86KeyboardName = NULL;
|
char *xf86KeyboardName = NULL;
|
||||||
int xf86Verbose = DEFAULT_VERBOSE;
|
int xf86Verbose = 0;
|
||||||
int xf86LogVerbose = DEFAULT_LOG_VERBOSE;
|
int xf86LogVerbose = 3;
|
||||||
int xf86FbBpp = -1;
|
int xf86FbBpp = -1;
|
||||||
int xf86Depth = -1;
|
int xf86Depth = -1;
|
||||||
rgb xf86Weight = { 0, 0, 0 };
|
rgb xf86Weight = { 0, 0, 0 };
|
||||||
|
|
|
@ -52,12 +52,6 @@ extern _X_EXPORT int xf86NumScreens;
|
||||||
extern _X_EXPORT ScrnInfoPtr *xf86GPUScreens; /* List of pointers to ScrnInfoRecs */
|
extern _X_EXPORT ScrnInfoPtr *xf86GPUScreens; /* List of pointers to ScrnInfoRecs */
|
||||||
extern _X_EXPORT int xf86NumGPUScreens;
|
extern _X_EXPORT int xf86NumGPUScreens;
|
||||||
extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for DRM master file descriptor */
|
extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for DRM master file descriptor */
|
||||||
#ifndef DEFAULT_VERBOSE
|
|
||||||
#define DEFAULT_VERBOSE 0
|
|
||||||
#endif
|
|
||||||
#ifndef DEFAULT_LOG_VERBOSE
|
|
||||||
#define DEFAULT_LOG_VERBOSE 3
|
|
||||||
#endif
|
|
||||||
#ifndef DEFAULT_DPI
|
#ifndef DEFAULT_DPI
|
||||||
#define DEFAULT_DPI 96
|
#define DEFAULT_DPI 96
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue