mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: xf86.h: unexport xf86ConfigDRI field
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -72,8 +72,6 @@ extern _X_EXPORT Bool sbusSlotClaimed;
|
||||
extern _X_EXPORT int platformSlotClaimed;
|
||||
#endif
|
||||
|
||||
extern _X_EXPORT confDRIRec xf86ConfigDRI;
|
||||
|
||||
#define XF86SCRNINFO(p) xf86ScreenToScrn(p)
|
||||
|
||||
#define XF86FLIP_PIXELS() \
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user