diff options
author | David Reveman <davidr@novell.com> | 2005-01-25 19:50:26 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2005-01-25 19:50:26 +0000 |
commit | b05afb1f26e5084f4a4a8a77dbc0b35866f911c5 (patch) | |
tree | 5a7fb6415698e802e0b30aea3088a5b7b11ca9a8 /src/glitz_region.c | |
parent | cb451f425a67be0e8d4701f601bcce6b28b129ba (diff) |
Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, bitmap geometry, mask surface convolution filteringSNAPSHOT_0_4_0
Diffstat (limited to 'src/glitz_region.c')
-rw-r--r-- | src/glitz_region.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glitz_region.c b/src/glitz_region.c index 253ad31..88e7884 100644 --- a/src/glitz_region.c +++ b/src/glitz_region.c @@ -1,11 +1,11 @@ /* - * Copyright © 2004 David Reveman + * Copyright © 2004 David Reveman * * 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 names of + * appear in supporting documentation, and that the name of * David Reveman not be used in advertising or publicity pertaining to * distribution of the software without specific, written prior permission. * David Reveman makes no representations about the suitability of this @@ -20,7 +20,7 @@ * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * Author: David Reveman <c99drn@cs.umu.se> + * Author: David Reveman <davidr@novell.com> */ #ifdef HAVE_CONFIG_H |