[PATCH xf86-video-mga resend] fix typo in MGADRIMoveBuffersXAA()

Nicolas Kaiser nikai at nikai.net
Sun May 29 02:36:11 PDT 2011


Fix typo in MGADRIMoveBuffersXAA().

Signed-off-by: Nicolas Kaiser <nikai at nikai.net>
Reviewed-by: Cyril Brulebois <kibi at debian.org>
---
 src/mga_dri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mga_dri.c b/src/mga_dri.c
index 3fda623..2723dd8 100644
--- a/src/mga_dri.c
+++ b/src/mga_dri.c
@@ -962,7 +962,7 @@ static void MGADRIMoveBuffersXAA(WindowPtr pParent, DDXPointRec ptOldOrg,
     pboxNew1 = 0;
     pptNew1 = 0;
     pboxNew2 = 0;
-    pboxNew2 = 0;
+    pptNew2 = 0;
     pptSrc = &ptOldOrg;
 
     dx = pParent->drawable.x - ptOldOrg.x;
-- 
1.7.5.rc3


More information about the xorg-devel mailing list