mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
composite: rename "screen" fields to "pScreen"
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
a66df170ff
commit
baaf408471
@@ -383,8 +383,8 @@ GetCompositeWindowBytes(void *value, XID id, ResourceSizePtr size)
|
||||
{
|
||||
SizeType pixmapSizeFunc = GetResourceTypeSizeFunc(X11_RESTYPE_PIXMAP);
|
||||
ResourceSizeRec pixmapSize = { 0, 0 };
|
||||
ScreenPtr screen = window->drawable.pScreen;
|
||||
PixmapPtr pixmap = screen->GetWindowPixmap(window);
|
||||
ScreenPtr pScreen = window->drawable.pScreen;
|
||||
PixmapPtr pixmap = pScreen->GetWindowPixmap(window);
|
||||
pixmapSizeFunc(pixmap, pixmap->drawable.id, &pixmapSize);
|
||||
size->pixmapRefSize += pixmapSize.pixmapRefSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user