cairo/pixman
Richard Henderson 2d51c71a79 Check for slim revision.
Depend on slim.
Don't include icimage.h.
Don't include ic.h.
Include slim_{export,import}.h as appropriate. Mark all symbols __external_linkage.
Include slim_import.h; mark symbols __internal_linkage; add slim hidden_proto declarations.
Mark all symbols __internal_linkage.
Likewise.
Provide hidden definition.
Likewise.
Likewise.
Likewise.
Likewise.
Make static.
2003-07-31 10:00:08 +00:00
..
src Check for slim revision. 2003-07-31 10:00:08 +00:00
.cvsignore Initial import of libpixregion 2003-02-25 08:05:26 +00:00
AUTHORS Initial import of libpixregion 2003-02-25 08:05:26 +00:00
autogen.sh Initial import of libpixregion 2003-02-25 08:05:26 +00:00
ChangeLog.libic Check for slim revision. 2003-07-31 10:00:08 +00:00
ChangeLog.libpixregion Removed false dependency on X. 2003-07-30 10:36:50 +00:00
ChangeLog.slim Attribute visibility not present until gcc 3.3. 2003-07-31 02:14:10 +00:00
configure.in Removed false dependency on X. 2003-07-30 10:36:50 +00:00
COPYING Initial import of libpixregion 2003-02-25 08:05:26 +00:00
INSTALL Initial import of libpixregion 2003-02-25 08:05:26 +00:00
libpixman.pc.in Run PKG_CHECK_MODULES on slim. 2003-07-30 10:06:34 +00:00
Makefile.am Initial import of libpixregion 2003-02-25 08:05:26 +00:00
NEWS Initial import of libpixregion 2003-02-25 08:05:26 +00:00
README Initial import of libpixregion 2003-02-25 08:05:26 +00:00

libpixregion - Pixel region Library

libpixregion is a generic library for manipulating pixel regions. A
PixRegion is a set of Y-X banded rectangles that cover the desired
region.

The original code for libxregion was part of the reference X server
implementation of the X Window System. A modified copy of the code
also exists in the Xlib client library. libpixregion was formed so
that both the X server and client libraries could share common code
for region manipulation.

libpixregion is also intended to be applicable outside of the X Window
System. The public interface of libpixregion does not depend on any
part of the X Window System.