Module Name:    xsrc
Committed By:   macallan
Date:           Fri Jan 13 20:54:48 UTC 2017

Modified Files:
        xsrc/external/mit/xf86-video-glint/dist/src: pm3_exa.c

Log Message:
setting offScreenBase once is enough


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    xsrc/external/mit/xf86-video-glint/dist/src/pm3_exa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-glint/dist/src/pm3_exa.c
diff -u xsrc/external/mit/xf86-video-glint/dist/src/pm3_exa.c:1.5 xsrc/external/mit/xf86-video-glint/dist/src/pm3_exa.c:1.6
--- xsrc/external/mit/xf86-video-glint/dist/src/pm3_exa.c:1.5	Wed Dec 14 20:34:17 2016
+++ xsrc/external/mit/xf86-video-glint/dist/src/pm3_exa.c	Fri Jan 13 20:54:48 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: pm3_exa.c,v 1.5 2016/12/14 20:34:17 macallan Exp $ */
+/* $NetBSD: pm3_exa.c,v 1.6 2017/01/13 20:54:48 macallan Exp $ */
 
 /*
  * Copyright (c) 2016 Michael Lorenz
@@ -348,7 +348,6 @@ Pm3InitEXA(ScreenPtr pScreen)
 	stride = pScrn->displayWidth * (pScrn->bitsPerPixel >> 3);
 	pExa->offScreenBase = stride * pScrn->virtualY;
 	pExa->memorySize = pGlint->FbMapSize;
-	pExa->offScreenBase = stride * pScrn->virtualY;
 
 	pExa->pixmapOffsetAlign = 32;
 	pExa->pixmapPitchAlign = 32;

Reply via email to