xfree86: vgaarb: fix decoding stub API
This fix a problem introduced in commit 65466652
. It closes also:
https://bugs.freedesktop.org/show_bug.cgi?id=30160
Reported-by: <xunx.fang@intel.com>
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
0a3e6b0345
commit
5a725385fb
|
@ -1123,7 +1123,7 @@ void xf86VGAarbiterLock(ScrnInfoPtr pScrn) {}
|
||||||
void xf86VGAarbiterUnlock(ScrnInfoPtr pScrn) {}
|
void xf86VGAarbiterUnlock(ScrnInfoPtr pScrn) {}
|
||||||
Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen) { return TRUE; }
|
Bool xf86VGAarbiterAllowDRI(ScreenPtr pScreen) { return TRUE; }
|
||||||
void xf86VGAarbiterScrnInit(ScrnInfoPtr pScrn) {}
|
void xf86VGAarbiterScrnInit(ScrnInfoPtr pScrn) {}
|
||||||
void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn) {}
|
void xf86VGAarbiterDeviceDecodes(ScrnInfoPtr pScrn, int rsrc) {}
|
||||||
Bool xf86VGAarbiterWrapFunctions(void) { return FALSE; }
|
Bool xf86VGAarbiterWrapFunctions(void) { return FALSE; }
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue