home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / textplus_465.lzh / TextPlus / SrcE.lzh / SrcE / defsE.h < prev    next >
C/C++ Source or Header  |  1990-08-06  |  2KB  |  45 lines

  1. /*
  2.  *       defsE.h            © by Martin Steppler
  3.  */
  4.  
  5. #define INTUITION_REV  0
  6. #define  GRAPHICS_REV  0
  7. #define            NL  0
  8. #define           ESC  27      /* escape */
  9. #define           MIX  1       /* kleinstes x */
  10. #define           MIY  5       /* kleinstes y */
  11. #define        ABSMAY  23      /* größtes  y */
  12. #define           EOS  0       /* end of string */
  13. #define            LF  10      /* linefeed */
  14. #define       GROESSE  512
  15. #define           ROT  3
  16. #define       SCHWARZ  2
  17. #define         WEISS  1
  18. #define          BLAU  0
  19. #define          MAX1  78
  20. #define          OFF1  50      /* offset in x-Richtung */
  21. #define        ABSMAX  255     /* maximales x */
  22. #define         LINKS  0       /* schalter für ausrichtung */
  23. #define        RECHTS  1
  24. #define     ZENTRIERT  2
  25. #define     BLOCKSATZ  3
  26. #define     MAXSEITEN  150     /* maximale Seitenanzahl */
  27.  
  28. int MAS, SEITE, sei, MAX, MAY, vonri, ausri, stil, YKOD, off;
  29. struct Library *OpenLibrary();
  30. struct IntuitionBase *IntuitionBase;
  31. struct Window *Fenster, *OpenWindow();
  32. struct Screen *Scheibe, *OpenScreen();
  33. struct GfxBase *GfxBase;
  34. struct DosLibrary *DosBase;
  35. struct RastPort *RP;
  36. struct IntuiMessage *nachricht, *GetMsg(), *nachricht2;
  37. extern struct FileHandle *Open();
  38. extern struct MsgPort *CreatePort();
  39. extern struct IOStdReq *CreateStdIO();
  40. char buffer[512], titel[232], str[79], hel[79], tab[79], kbuf[512];
  41. UBYTE *a[MAXSEITEN] [72], *AllocMem(), Title[79];
  42. SHORT x, y, z, s, se, ze, Flagge, meld, ein, au, br, oflag, letztes, schrift,
  43.       sicher, blo, bes, bas, bez, baz, spe, zpe, zg1, zg2, zg3, zg4, zg5,
  44.       grokle, znum, snum, kbufcode, bak, icfy, iconx, icony;
  45.