hw/xwin: Update for renames in xserver/output API

Update commit ea47af87 renaming master_pixmap to primary_pixmap in
struct PixmapRec.
This commit is contained in:
Jon Turney 2020-07-29 20:32:49 +01:00
parent 9fbd3e43dd
commit 4c2d1fe045
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ winCreatePixmapMultiwindow(ScreenPtr pScreen, int width, int height, int depth,
pPixmap->devKind = paddedwidth;
pPixmap->refcnt = 1;
pPixmap->devPrivate.ptr = NULL; // later set to pbBits
pPixmap->master_pixmap = NULL;
pPixmap->primary_pixmap = NULL;
#ifdef COMPOSITE
pPixmap->screen_x = 0;
pPixmap->screen_y = 0;