Add pixman-region16.c; compile that instead of pixman-region.c
authorSøren Sandmann <sandmann@redhat.com>
Sun, 8 Jun 2008 23:07:30 +0000 (19:07 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Sun, 8 Jun 2008 23:07:30 +0000 (19:07 -0400)
pixman/Makefile.am
pixman/pixman-region16.c [new file with mode: 0644]

index 176189b..425ba8c 100644 (file)
@@ -5,7 +5,7 @@ libpixman_1_la_SOURCES =                \
        pixman.h                        \
        pixman-access.c                 \
        pixman-access-accessors.c       \
-       pixman-region.c                 \
+       pixman-region16.c               \
        pixman-private.h                \
        pixman-image.c                  \
        pixman-combine32.c              \
diff --git a/pixman/pixman-region16.c b/pixman/pixman-region16.c
new file mode 100644 (file)
index 0000000..2dedc53
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ * Copyright © 2008 Red Hat, Inc.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software
+ * and its documentation for any purpose is hereby granted without
+ * fee, provided that the above copyright notice appear in all copies
+ * and that both that copyright notice and this permission notice
+ * appear in supporting documentation, and that the name of
+ * Red Hat, Inc. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission. Red Hat, Inc. makes no representations about the
+ * suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * RED HAT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+ * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS, IN NO EVENT SHALL RED HAT, INC. BE LIABLE FOR ANY SPECIAL,
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * Author: Soren Sandmann <sandmann@redhat.com>
+ */
+
+#define PREFIX(x) x
+
+#include "pixman-region.c"