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 committed by Enrico Weigelt
parent 8f50b8cc19
commit 4afcb1cd7b

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