home *** CD-ROM | disk | FTP | other *** search
- #import <AppKit/psops.h>
- /* ./PSopenstep.h generated from PSopenstep.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef PSOPENSTEP_H
- #define PSOPENSTEP_H
-
- extern void PScomposite(float x, float y, float w, float h, int gstateNum, float dx, float dy, int op);
-
- extern void PScompositerect(float x, float y, float w, float h, int op);
-
- extern void PSdissolve(float x, float y, float w, float h, int gstateNum, float dx, float dy, float delta);
-
- extern void PSsetalpha(float a);
-
- extern void PScurrentalpha(float *alpha);
-
- #endif PSOPENSTEP_H
-