home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desklib / examples / DeskLib / Examples / Widget5 / !Widget5 / h / MixWin < prev    next >
Encoding:
Text File  |  1995-05-02  |  717 b   |  20 lines

  1. /************************************************************************
  2.  *                                                                      *
  3.  *        File: MixWin.h                                                *
  4.  *                                                                      *
  5.  *     Purpose: Provides user interface to mix two images process       *
  6.  *                                                                      *
  7.  ************************************************************************/
  8.  
  9.  /*
  10.   * initialisation to be done at startup
  11.   */
  12. void MixWin_Init(void);
  13.  
  14.  
  15.  /*
  16.   * call to open mix process window
  17.   */
  18. void MixWin_Open(int source1, int source2, int dest, wimp_point *openpos);
  19.  
  20.