home *** CD-ROM | disk | FTP | other *** search
- /* wwrap.h generated from wwrap.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef WWRAP_H
- #define WWRAP_H
-
- extern void myFindWindow(float x, float y, int where, int initWin, float *lx, float *ly, int *winFound, int *didFind);
-
- extern void myCurrentWindowAlpha(int win, int *alpha);
-
- extern void myCurrentWindowBounds(int win, float *x, float *y, float *w, float *h);
-
- extern void myCurrentWindowDepth(int win, int *depth);
-
- extern void myCurrentOwner(int win, int *context);
-
- extern void mySetCurrentWindowLevel(int level);
-
- extern void myCurrentWindowLevel(int win, int *level);
-
- extern void myOrderWindow(int place, int otherwin, int win);
-
- extern void fillBelowWin(int w1, int w2);
-
- #endif WWRAP_H
-