mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-05 07:58:18 +02:00
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:
parent
9fbd3e43dd
commit
4c2d1fe045
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue