mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 01:18:06 +02:00
Restore return type on xf86SetScrnInfoModes
Seems to have been accidentally lost by commit76943fec86(cherry picked from925e895b86commit)
This commit is contained in:
parent
4c8a84acf5
commit
dfb326790e
1 changed files with 1 additions and 0 deletions
|
|
@ -1683,6 +1683,7 @@ SetCompatOutput(xf86CrtcConfigPtr config)
|
|||
return output;
|
||||
}
|
||||
|
||||
_X_EXPORT void
|
||||
xf86SetScrnInfoModes (ScrnInfoPtr scrn)
|
||||
{
|
||||
xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(scrn);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue