Restore return type on xf86SetScrnInfoModes

Seems to have been accidentally lost by commit 	76943fec86
This commit is contained in:
Alan Coopersmith 2008-05-19 18:43:29 -07:00
parent 0178b6a4ab
commit 925e895b86

View File

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