Dave Airlie <[email protected]> writes: > From: Dave Airlie <[email protected]> > > From what I can see these functions act the exact same way, > that is unless I'm missing something subtle.
As far as I can tell, the difference is that fbCopyWindowProc() always uses GX_COPY and FB_ALLONES, whereas fbCopyNtoN() gets those from the GC. However, since if pGC in fbCopyNtoN() is NULL, it uses GX_COPY and FB_ALLONES, and pGC is NULL in calls to fbCopyWindowProc(), it should be fine to just use fbCopyNtoN(). Reviewed-by: Soren Sandmann <[email protected]> Soren _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
