diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:33 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:33 +0000 |
commit | 6a904d00db84e235ea2b0073fbcd078f8a96c9c2 (patch) | |
tree | 5584df598701d3e352d0c9e1697e06cc3dc29629 | |
parent | caf6767501c8176c02702e441ab422ced4ea5033 (diff) |
Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branch
-rw-r--r-- | ico.c | 2 | ||||
-rw-r--r-- | ico.man | 2 | ||||
-rw-r--r-- | polyinfo.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/programs/ico/ico.c,v 1.10 2003/05/27 22:26:56 tsi Exp $ */ +/* $XFree86: xc/programs/ico/ico.c,v 1.9tsi Exp $ */ /****************************************************************************** * Description @@ -1,5 +1,5 @@ .\" $XConsortium: ico.man,v 1.14 94/04/17 20:45:16 gildea Exp $ -.\" $XFree86: xc/programs/ico/ico.man,v 1.5 2003/05/29 21:48:10 herrb Exp $ +.\" $XFree86: xc/programs/ico/ico.man,v 1.4 2003/03/19 01:49:28 dawes Exp $ .TH ICO 1 __xorgversion__ .SH NAME ico \- animate an icosahedron or other polyhedron @@ -1,7 +1,7 @@ /* polyinfo.h * This is the description of one polyhedron file */ -/* $XFree86: xc/programs/ico/polyinfo.h,v 1.3 2000/02/17 14:00:32 dawes Exp $ */ +/* $XFree86$ */ #define MAXVERTS 120 /* great rhombicosidodecahedron has 120 vertices */ |