home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / matlab.lzh / MATLAB / MATLAB.LZH / Source / prm / window.inc < prev   
Encoding:
Text File  |  1991-05-02  |  548 b   |  15 lines

  1. C
  2. C ***      INCLUDE THIS *ONLY* AFTER intuit.inc
  3. C
  4.       INTEGER*4 WIDTH, HEIGHT, ICOLOR, Screen, Window, viewport,
  5.      .            scrht, scrwth, Xrosiz, Yrosiz, GFXBASE
  6.       CHARACTER*16 w_title
  7. C
  8. C      integer*1 NewWindow(48)    ! declared in intuit.inc (many subfields)
  9. C      integer*1 NewScreen(32)    ! declared in intuit.inc (many subfields)
  10. C
  11.       COMMON / WNDO / WIDTH, HEIGHT, ICOLOR, Screen, Window,
  12.      .                  viewport, scrht, scrwth, Xrosiz, Yrosiz,
  13.      .                  w_title, NewWindow, NewScreen, GFXBASE
  14. C
  15.