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
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
-