Ignore:
Timestamp:
Oct 1, 1999, 5:52:19 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/animate.h

    r4 r1099  
    1 /* $Id: animate.h,v 1.1 1999-05-24 20:19:08 ktk Exp $ */
     1/* $Id: animate.h,v 1.2 1999-10-01 15:52:19 cbratschi Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1998 Eric Kohl
     7 * Copyright 1999 Christoph Bratschi
    78 */
    89
     
    1415{
    1516    LPVOID  lpAvi;   /* pointer to avi data */
    16     HFILE hFile;   /* handle to avi file */
     17    HFILE   hFile;   /* handle to avi file */
     18    HGLOBAL hRes;
     19    INT     cSize;
     20    INT     cRepeat;
     21    INT     wFrom;
     22    INT     wTo;
     23    INT     wPos;
     24    INT     cFrames;
     25    BOOL    bPlaying;
     26    POINT   pos;
     27    POINT   size;
     28    INT     msFrame;
     29    BOOL    bThread;
    1730} ANIMATE_INFO;
    1831
Note: See TracChangeset for help on using the changeset viewer.