mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
dri2: minor spelling fix: "screen" -> "pScreen"
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
2e7d7cec64
commit
7c8851daca
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user