From: Panagiotis Papadakos Date: Mon, 26 Feb 2007 14:59:14 +0000 (-0700) Subject: s/pdp/prp/ in DoBindContext() X-Git-Tag: 062012170305~19863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a72c8ed3ff6ffc4a301f3c4a107d2693719edb8;p=profile%2Fivi%2Fmesa.git s/pdp/prp/ in DoBindContext() --- diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index 3e27052..07ac4c7 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++ b/src/mesa/drivers/dri/common/dri_util.c @@ -340,7 +340,7 @@ static GLboolean DoBindContext(__DRInativeDisplay *dpy, DRM_SPINUNLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID); } - if ((pdp != prp) && (!pdp->pStamp || *pdp->pStamp != pdp->lastStamp)) { + if ((pdp != prp) && (!prp->pStamp || *prp->pStamp != prp->lastStamp)) { DRM_SPINLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID); __driUtilUpdateDrawableInfo(prp); DRM_SPINUNLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);