Introduced GIF deanimation feature
authoroes <oes@users.sourceforge.net>
Fri, 13 Jul 2001 13:46:20 +0000 (13:46 +0000)
committeroes <oes@users.sourceforge.net>
Fri, 13 Jul 2001 13:46:20 +0000 (13:46 +0000)
deanimate.c
deanimate.h

index 0751500..73dd546 100644 (file)
@@ -1,7 +1,7 @@
-const char deanimate_rcs[] = "$Id: $";
+const char deanimate_rcs[] = "$Id: deanimate.c,v 1.1 2001/07/13 13:40:09 oes Exp $";
 /*********************************************************************
  *
 /*********************************************************************
  *
- * File        :  $Source: $
+ * File        :  $Source: /cvsroot/ijbswa/current/deanimate.c,v $
  *
  * Purpose     :  Declares functions to deanimate GIF images on the fly.
  *                
  *
  * Purpose     :  Declares functions to deanimate GIF images on the fly.
  *                
@@ -36,7 +36,7 @@ const char deanimate_rcs[] = "$Id: $";
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: $
+ *    $Log: deanimate.c,v $
  *
  **********************************************************************/
 \f
  *
  **********************************************************************/
 \f
index ed5ccf2..6553e05 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef _DEANIMATE_H
 #define _DEANIMATE_H
 #ifndef _DEANIMATE_H
 #define _DEANIMATE_H
-#define DEANIMATE_H_VERSION "$Id: $"
+#define DEANIMATE_H_VERSION "$Id: deanimate.h,v 1.1 2001/07/13 13:40:09 oes Exp $"
 /*********************************************************************
  *
 /*********************************************************************
  *
- * File        :  $Source:  $
+ * File        :  $Source: /cvsroot/ijbswa/current/deanimate.h,v $
  *
  * Purpose     :  Declares functions to deanimate GIF images on the fly.
  *                
  *
  * Purpose     :  Declares functions to deanimate GIF images on the fly.
  *                
@@ -39,8 +39,7 @@
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: $
- *
+ *    $Log: deanimate.h,v $
  *
  *********************************************************************/
 \f
  *
  *********************************************************************/
 \f