search for: dst_draw

Displaying 2 results from an estimated 2 matches for "dst_draw".

Did you mean: st_draw
2015 Jul 14
3
[PATCH] avoid build fail without COMPOSITE
...22e319..4398559 100644 --- a/src/nouveau_dri2.c +++ b/src/nouveau_dri2.c @@ -142,6 +142,7 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen, DrawablePtr pDraw, RegionPtr pRegio NVPtr pNv = NVPTR(xf86ScreenToScrn(pScreen)); RegionPtr pCopyClip; GCPtr pGC; + PixmapPtr pPix; DrawablePtr src_draw, dst_draw; Bool translate = FALSE; int off_x = 0, off_y = 0; @@ -170,9 +171,13 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen, DrawablePtr pDraw, RegionPtr pRegio } if (translate && pDraw->type == DRAWABLE_WINDOW) { - PixmapPtr pPix = get_drawable_pixmap(pDraw); - off_x = pDraw->x -...
2015 Jul 14
2
[PATCH] avoid build fail without COMPOSITE
...-142,6 +142,7 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen, DrawablePtr pDraw, RegionPtr pRegio >> NVPtr pNv = NVPTR(xf86ScreenToScrn(pScreen)); >> RegionPtr pCopyClip; >> GCPtr pGC; >> + PixmapPtr pPix; >> DrawablePtr src_draw, dst_draw; >> Bool translate = FALSE; >> int off_x = 0, off_y = 0; >> @@ -170,9 +171,13 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen, DrawablePtr pDraw, RegionPtr pRegio >> } >> >> if (translate && pDraw->type == DRAWABLE_WINDOW...