diff options
author | Ian Romanick <[email protected]> | 2003-06-05 00:50:18 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2003-06-05 00:50:18 +0000 |
commit | 9ac51f57efe07ed43a1e4224a7f5daddec401b36 (patch) | |
tree | 6f1cb55cbcee17cb3a3a77c9437e3e1fd7d24784 /progs/xdemos/xdemo.c | |
parent | b9e1411660d80612ec9706c443eacb0f46caefad (diff) |
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Diffstat (limited to 'progs/xdemos/xdemo.c')
-rw-r--r-- | progs/xdemos/xdemo.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/progs/xdemos/xdemo.c b/progs/xdemos/xdemo.c index 28f945b27d8..52039cb6424 100644 --- a/progs/xdemos/xdemo.c +++ b/progs/xdemos/xdemo.c @@ -1,5 +1,3 @@ -/* $Id: xdemo.c,v 1.2 2000/04/05 22:09:58 brianp Exp $ */ - /* * Very simple demo of how to use the Mesa/X11 interface instead of the @@ -11,22 +9,6 @@ * Brian Paul */ - -/* - * $Log: xdemo.c,v $ - * Revision 1.2 2000/04/05 22:09:58 brianp - * new arguments to XMesaCreateVisual() - * - * Revision 1.1.1.1 1999/08/19 00:55:43 jtg - * Imported sources - * - * Revision 3.0 1998/02/21 02:16:54 brianp - * initial rev - * - */ - - - #include <stdio.h> #include <stdlib.h> #include <string.h> |