xf86Config: unexport xf86ConfigDRI
This commit is contained in:
parent
bd4fc72d2a
commit
ca0268f6d0
|
@ -61,8 +61,6 @@ extern _X_EXPORT DevPrivateKeyRec xf86ScreenKeyRec;
|
|||
extern _X_EXPORT ScrnInfoPtr *xf86Screens; /* List of pointers to ScrnInfoRecs */
|
||||
extern _X_EXPORT const unsigned char byte_reversed[256];
|
||||
|
||||
extern _X_EXPORT confDRIRec xf86ConfigDRI;
|
||||
|
||||
#define XF86SCRNINFO(p) xf86ScreenToScrn(p)
|
||||
|
||||
/* Compatibility functions for pre-input-thread drivers */
|
||||
|
|
|
@ -69,4 +69,6 @@ GDevPtr autoConfigDevice(GDevPtr preconf_device);
|
|||
void xf86SetVerbosity(int verb);
|
||||
void xf86SetLogVerbosity(int verb);
|
||||
|
||||
extern confDRIRec xf86ConfigDRI;
|
||||
|
||||
#endif /* _xf86_config_h */
|
||||
|
|
|
@ -73,6 +73,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "inputstr.h"
|
||||
#include "xf86VGAarbiter_priv.h"
|
||||
#include "xf86Extensions.h"
|
||||
#include "xf86Config.h"
|
||||
|
||||
static int DRIEntPrivIndex = -1;
|
||||
static DevPrivateKeyRec DRIScreenPrivKeyRec;
|
||||
|
|
Loading…
Reference in New Issue