modesetting: Fix typo.
`modsetCreateScreenResources` -> `modesetCreateScreenResources` Signed-off-by: notbabaisyou <though-went-some-simple@proton.me>
This commit is contained in:
parent
8f50b8cc19
commit
4afcb1cd7b
|
@ -1631,7 +1631,7 @@ msStopFlippingPixmapTracking(DrawablePtr src,
|
|||
}
|
||||
|
||||
static Bool
|
||||
modsetCreateScreenResources(ScreenPtr pScreen)
|
||||
modesetCreateScreenResources(ScreenPtr pScreen)
|
||||
{
|
||||
ScrnInfoPtr pScrn = xf86ScreenToScrn(pScreen);
|
||||
modesettingPtr ms = modesettingPTR(pScrn);
|
||||
|
@ -1941,7 +1941,7 @@ ScreenInit(ScreenPtr pScreen, int argc, char **argv)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
pScreen->CreateScreenResources = modsetCreateScreenResources;
|
||||
pScreen->CreateScreenResources = modesetCreateScreenResources;
|
||||
|
||||
xf86SetBlackWhitePixels(pScreen);
|
||||
|
||||
|
|
Loading…
Reference in New Issue