dri2: minor spelling fix: "screen" -> "pScreen"

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-05 15:57:29 +01:00
committed by Enrico Weigelt
parent 2e7d7cec64
commit 7c8851daca

View File

@@ -112,7 +112,7 @@ typedef struct _DRI2Drawable {
} DRI2DrawableRec, *DRI2DrawablePtr;
typedef struct _DRI2Screen {
ScreenPtr screen;
ScreenPtr pScreen;
int refcnt;
unsigned int numDrivers;
const char **driverNames;
@@ -1532,7 +1532,7 @@ DRI2ScreenInit(ScreenPtr pScreen, DRI2InfoPtr info)
if (!ds)
return FALSE;
ds->screen = pScreen;
ds->pScreen = pScreen;
ds->fd = info->fd;
ds->deviceName = info->deviceName;
dri2_major = 1;