mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
Rename R128UMSOption to r128UMSOption
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
@@ -1196,7 +1196,8 @@ static Bool R128PreInitControllers(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10)
|
||||
return !!found;
|
||||
}
|
||||
|
||||
static void R128UMSOption(ScrnInfoPtr pScrn)
|
||||
static void
|
||||
r128UMSOption(ScrnInfoPtr pScrn)
|
||||
{
|
||||
R128InfoPtr info = R128PTR(pScrn);
|
||||
|
||||
@@ -1487,7 +1488,7 @@ Bool R128PreInit(ScrnInfoPtr pScrn, int flags)
|
||||
}
|
||||
#endif
|
||||
|
||||
R128UMSOption(pScrn);
|
||||
r128UMSOption(pScrn);
|
||||
|
||||
/* Allocate an xf86CrtcConfig */
|
||||
xf86CrtcConfigInit(pScrn, &R128CRTCResizeFuncs);
|
||||
|
||||
Reference in New Issue
Block a user