Restore return type on xf86SetScrnInfoModes

Seems to have been accidentally lost by commit 	76943fec86
(cherry picked from 925e895b86 commit)
This commit is contained in:
Alan Coopersmith 2008-05-19 18:43:29 -07:00
parent 4c8a84acf5
commit dfb326790e

View file

@ -1683,6 +1683,7 @@ SetCompatOutput(xf86CrtcConfigPtr config)
return output;
}
_X_EXPORT void
xf86SetScrnInfoModes (ScrnInfoPtr scrn)
{
xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(scrn);