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

Nicolas Kaiser nikai at nikai.net
Sat Apr 2 11:14:01 PDT 2011


Fix typo in MGADRIMoveBuffersXAA().

Signed-off-by: Nicolas Kaiser <nikai at nikai.net>
---
 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.3.4


More information about the xorg-devel mailing list