home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d523 / screenjaeger.lha / ScreenJaeger / Source / screen.h < prev   
C/C++ Source or Header  |  1991-08-05  |  143b  |  14 lines

  1.  
  2. struct NewScreen NewScreenStructure = {
  3.     0,0,
  4.     320,200,
  5.     1,
  6.     0,1,
  7.     NULL,
  8.     CUSTOMSCREEN+CUSTOMBITMAP+SCREENQUIET,
  9.     NULL,
  10.     NULL,
  11.     NULL,
  12.     &bm
  13. };
  14.