On Fre, 2010-04-16 at 18:42 +0300, Tiago Vignatti wrote: > Signed-off-by: Tiago Vignatti <[email protected]>
[...] > diff --git a/exa/exa_driver.c b/exa/exa_driver.c > index dcf1a98..25254c9 100644 > --- a/exa/exa_driver.c > +++ b/exa/exa_driver.c > @@ -134,6 +134,8 @@ exaModifyPixmapHeader_driver(PixmapPtr pPixmap, int > width, int height, int depth > if (!pPixmap) > return FALSE; > > + pScreen = pPixmap->drawable.pScreen; > + > pExaScr = ExaGetScreenPriv(pScreen); > pExaPixmap = ExaGetPixmapPriv(pPixmap); Don't add an empty line here. Other than that, Acked-by: Michel Dänzer <[email protected]> -- Earthling Michel Dänzer | http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
