summaryrefslogtreecommitdiff
path: root/src/Region.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-14 17:38:26 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-14 17:38:26 -0800
commitddb1786720d6136b1b28be599c75c10ad1b76a2a (patch)
tree1e747aea8225a1adc3b9b8c56d5f0ed978f580a1 /src/Region.c
parentc1db9ddcfa7091f173478dca45bf720badedfca4 (diff)
downloadxorg-lib-libX11-ddb1786720d6136b1b28be599c75c10ad1b76a2a.tar.gz
Purge CVS/RCS id tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'src/Region.c')
-rw-r--r--src/Region.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Region.c b/src/Region.c
index 7d7e596a..45a0bdac 100644
--- a/src/Region.c
+++ b/src/Region.c
@@ -1,4 +1,3 @@
-/* $Xorg: Region.c,v 1.6 2001/02/09 02:03:35 xorgcvs Exp $ */
/************************************************************************
Copyright 1987, 1988, 1998 The Open Group
@@ -45,7 +44,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
************************************************************************/
-/* $XFree86: xc/lib/X11/Region.c,v 1.9 2002/06/04 22:19:57 dawes Exp $ */
/*
* The functions in this file implement the Region abstraction, similar to one
* used in the X11 sample server. A Region is simply an area, as the name