home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / graphics / gfxnodes.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  528 b   |  25 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:graphics/gfxnodes.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST GRAPHICS_GFXNODES_I=1
  6.  
  7. (---) OBJECT xln
  8. (  0)   succ:LONG
  9. (  4)   pred:LONG
  10. (  8)   type:CHAR
  11. (  9)   pri:CHAR
  12. ( 10)   name:LONG
  13. ( 14)   subsystem:CHAR
  14. ( 15)   subtype:CHAR
  15. ( 16)   library:LONG
  16. ( 20)   init:LONG
  17. (---) ENDOBJECT     /* SIZEOF=24 */
  18.  
  19. CONST SS_GRAPHICS=2,
  20.       VIEW_EXTRA_TYPE=1,
  21.       VIEWPORT_EXTRA_TYPE=2,
  22.       SPECIAL_MONITOR_TYPE=3,
  23.       MONITOR_SPEC_TYPE=4
  24.  
  25.