home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / graphics / rpattr.h < prev    next >
Encoding:
Text File  |  1994-07-25  |  587 b   |  20 lines

  1. {$if not def GRAPHICS_RPATTR_H} CONST GRAPHICS_RPATTR_H=0;
  2.  
  3. { *******************************************************************
  4.   ** KickPascal-Include-Datei "graphics/rpattr.h" zu Kickstart 3.0 **
  5.   ******************************************************************* }
  6.  
  7.  
  8. CONST
  9.  RPTAG_Font             = $80000000;
  10.  RPTAG_APen             = $80000002;
  11.  RPTAG_BPen             = $80000003;
  12.  RPTAG_DrMd             = $80000004;
  13.  RPTAG_OutLinePen       = $80000005;
  14.  RPTAG_WriteMask        = $80000006;
  15.  RPTAG_MaxPen           = $80000007;
  16.  
  17.  RPTAG_DrawBounds       = $80000008;
  18.  
  19. {$endif}
  20.