home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / OpenStepConversion / IntermediateFrameworks3 / AppKit.framework / Headers / psopsOpenStep.h < prev    next >
Text File  |  1995-05-12  |  561b  |  20 lines

  1. #import <AppKit/psops.h>
  2. /* ./PSopenstep.h generated from PSopenstep.psw
  3.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  4.  */
  5.  
  6. #ifndef PSOPENSTEP_H
  7. #define PSOPENSTEP_H
  8.  
  9. extern void PScomposite(float x, float y, float w, float h, int gstateNum, float dx, float dy, int op);
  10.  
  11. extern void PScompositerect(float x, float y, float w, float h, int op);
  12.  
  13. extern void PSdissolve(float x, float y, float w, float h, int gstateNum, float dx, float dy, float delta);
  14.  
  15. extern void PSsetalpha(float a);
  16.  
  17. extern void PScurrentalpha(float *alpha);
  18.  
  19. #endif PSOPENSTEP_H
  20.