modesetting: Fix typo.

`modsetCreateScreenResources` -> `modesetCreateScreenResources`

Signed-off-by: notbabaisyou <though-went-some-simple@proton.me>
This commit is contained in:
notbabaisyou 2025-06-26 18:57:35 +02:00
parent 135d5a033d
commit dec5483ed7

View File

@ -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);