Re: [Pixman] Question on libpixman's PIXMAN_FB_ACCESSORS

2010-07-28 Thread Soeren Sandmann
Samuel Xu writes: > I noticed the PIXMAN_FB_ACCESSORS might not be defined/enabled for > pixman lib in current build. > inside pixman-accessor.h > #ifdef PIXMAN_FB_ACCESSORS > ... > #else > .. > #endif > > Could any kindly share viewpoint of PIXMAN_FB_ACCESSORS? E.g. Is it > obsolete or it only

[Pixman] [PATCH] If we bail out of do_composite, make sure to undo any workarounds.

2010-07-28 Thread Søren Sandmann
From: Søren Sandmann Pedersen The workaround for an old X bug has to be undone if we bail from do_composite, so we can't just return. --- pixman/pixman.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pixman/pixman.c b/pixman/pixman.c index 80a766a..2d06ce2 100644 -