mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
1
This commit is contained in:
@@ -17,6 +17,7 @@ void xf86VGAarbiterScrnInit(ScrnInfoPtr pScrn);
|
||||
Bool xf86VGAarbiterWrapFunctions(void);
|
||||
void xf86VGAarbiterLock(ScrnInfoPtr pScrn);
|
||||
void xf86VGAarbiterUnlock(ScrnInfoPtr pScrn);
|
||||
Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);
|
||||
|
||||
#else /* XSERVER_LIBPCIACCESS */
|
||||
|
||||
@@ -26,9 +27,8 @@ static inline void xf86VGAarbiterScrnInit(ScrnInfoPtr pScrn) {}
|
||||
static inline void xf86VGAarbiterWrapFunctions(void) {}
|
||||
static inline void xf86VGAarbiterLock(ScrnInfoPtr pScrn) {}
|
||||
static inline void xf86VGAarbiterUnlock(ScrnInfoPtr pScrn) {}
|
||||
static inline Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen) { return TRUE; }
|
||||
|
||||
#endif /* XSERVER_LIBPCIACCESS */
|
||||
|
||||
Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen);
|
||||
|
||||
#endif /* _XSERVER_XF86VGAARBITERPRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user