From 68ccaa06751e76b9d9c70a7c0b8e9b22cf7d6f62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann?= Date: Sun, 8 Jun 2008 19:07:30 -0400 Subject: [PATCH] Add pixman-region16.c; compile that instead of pixman-region.c --- pixman/Makefile.am | 2 +- pixman/pixman-region16.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 pixman/pixman-region16.c diff --git a/pixman/Makefile.am b/pixman/Makefile.am index 176189b..425ba8c 100644 --- a/pixman/Makefile.am +++ b/pixman/Makefile.am @@ -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 index 0000000..2dedc53 --- /dev/null +++ b/pixman/pixman-region16.c @@ -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 + */ + +#define PREFIX(x) x + +#include "pixman-region.c" -- 2.7.4