cairo/pixman
2003-11-17 07:43:06 +00:00
..
src Fixes needed to compile libic on x86_64. Many thanks to David R Bacon <dbacon@cis.ksu.edu>. 2003-11-17 07:43:06 +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 Add --enable-maintainer-mode to autogen.sh 2003-08-18 18:53:16 +00:00
ChangeLog.libic Fixes needed to compile libic on x86_64. Many thanks to David R Bacon <dbacon@cis.ksu.edu>. 2003-11-17 07:43:06 +00:00
ChangeLog.libpixregion Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck" 2003-10-29 12:50:02 +00:00
ChangeLog.slim Require __GNUC__ >= 3 before defining slim_hidden_def macro 2003-09-24 06:20:38 +00:00
configure.in Drop AC_CONFIG_AUX_DIR(config) as it was confusing "make distcheck" 2003-10-29 12:50:02 +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.