home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * glob.h -- application skeleton header file of globals with presets
- */
-
- QDVar *QD = 0;
- FontInfo finfo = 0;
- BitMap gibits = 0;
- Rect grafr = 0;
- ControlHandle hscroll[NWINDOWS] = 0;
- TEHandle hTE = 0;
- short lastTE = 0; /* previous TE command for UNDO */
- long lastTEadj = 0;
- long lastTEstart = 0;
- long lastTEend = 0;
- MenuHandle mh[NMENUS + 1] = 0;
- int paint = 0; /* file refnum for MacPaint file */
- short part = 0; /* control part */
- Rect r = 0;
- short scrap = 0; /* count of desk top scrap */
- GrafPtr screenport = 0; /* this port is the whole screen */
- int scrollTEstart = 0; /* keep track of insertion point
- * character index
- */
- Point sfdtl = 0; /* Standard File dialog window
- * top left corner
- */
- int swi = 0; /* scroll window index */
- Rect tedestr = 0;
- Rect teviewr = 0;
- int tf = 0; /* text file reference number */
- Point tlp[NWINDOWS] = 0; /* top left of destRect */
- Boolean vertical = 0; /* indicates which scroll bar */
- ControlHandle vscroll[NWINDOWS] = 0;
- Boolean wantTEadj = 0;
- Rect wdragr = 0;
- Rect wgrowr = 0;
- WindowPtr wp[NWINDOWS] = 0;
- WindowRecord wr[NWINDOWS] = 0;
-