diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | COPYING | 1 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | src/Xdamage.c | 1 |
6 files changed, 9 insertions, 5 deletions
@@ -1,2 +1,2 @@ Keith Packard, HP - +Eric Anholt, Intel @@ -1,6 +1,7 @@ $Id$ Copyright © 2001,2003 Keith Packard +Copyright © 2007 Eric Anholt Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that @@ -1,4 +1,4 @@ -Render is built with the traditional configure script: +libXdamage is built with the traditional configure script: $ ./configure --prefix=/usr/X11R6 @@ -0,0 +1,2 @@ +2004-07-30: First release with xorg 6.8.0 +2007-01-08: Release of version 1.1 supporting protocol version 1.1.
\ No newline at end of file @@ -1,6 +1,6 @@ - RandR - X RandR Extension - Version 1.1 + Damage + X Damage Extension + Version 1.1 2007-01-04 This package contains the library for the X Damage extension. diff --git a/src/Xdamage.c b/src/Xdamage.c index 4c822a0..5a16ce9 100644 --- a/src/Xdamage.c +++ b/src/Xdamage.c @@ -2,6 +2,7 @@ * $Id$ * * Copyright © 2003 Keith Packard + * Copyright © 2007 Eric Anholt * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that |