[Bug 30451] error: ‘struct _ScrnInfoRec’ has no member named ‘pixmapPrivate’
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 29 06:46:13 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30451
--- Comment #5 from Alex Deucher <agd5f at yahoo.com> 2010-09-29 06:46:12 PDT ---
something like this should fix it:
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index a6038b2..7f54642 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -1145,10 +1145,6 @@ drmmode_xf86crtc_resize (ScrnInfoPtr scrn, int width,
int height)
width, height, -1, -1, pitch * cpp,
info->fb_shadow);
}
- scrn->pixmapPrivate.ptr = ppix->devPrivate.ptr;
-
- // xf86DrvMsg(scrn->scrnIndex, X_INFO, "New front buffer at
0x%lx\n",
- // info->front_bo-);
for (i = 0; i < xf86_config->num_crtc; i++) {
xf86CrtcPtr crtc = xf86_config->crtc[i];
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the xorg-driver-ati
mailing list