1 #ifndef INTUITION_DIATTR_H
    2 #define INTUITION_DIATTR_H
    3 
    4 /*
    5 	intuition getdrawinfoattr definitions (V50)
    6 
    7 	Copyright © 2002-2008 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef INTUITION_SCREENS_H
   11 # include <intuition/screens.h>
   12 #endif
   13 
   14 
   15 #define GDIA_Color        0x00100000
   16 #define GDIA_Pen          0x00200000
   17 #define GDIA_Version      0x00300000
   18 #define GDIA_DirectColor  0x00400000
   19 #define GDIA_NumPens      0x00500000
   20 #define GDIA_Font         0x00600000
   21 #define GDIA_Depth        0x00700000
   22 #define GDIA_ResolutionX  0x00800000
   23 #define GDIA_ResolutionY  0x00900000
   24 #define GDIA_CheckMark    0x00A00000
   25 #define GDIA_MenuKey      0x00B00000
   26 
   27 
   28 #define DRIPEN_DETAIL         DETAILPEN
   29 #define DRIPEN_BLOCK          BLOCKPEN
   30 #define DRIPEN_TEXT           TEXTPEN
   31 #define DRIPEN_SHINE          SHINEPEN
   32 #define DRIPEN_SHADOW         SHADOWPEN
   33 #define DRIPEN_FILL           FILLPEN
   34 #define DRIPEN_FILLTEXT       FILLTEXTPEN
   35 #define DRIPEN_BACKGROUND     BACKGROUNDPEN
   36 #define DRIPEN_HIGHLIGHTTEXT  HIGHLIGHTTEXTPEN
   37 #define DRIPEN_BARDETAIL      BARDETAILPEN
   38 #define DRIPEN_BARBLOCK       BARBLOCKPEN
   39 #define DRIPEN_BARTRIM        BARTRIMPEN
   40 
   41 
   42 #define DRIPEN_HALFSHINE                      0x000C
   43 #define DRIPEN_HALFSHADOW                     0x000D
   44 #define DRIPEN_NUMDRIPENS                     0x000E
   45 
   46 
   47 #endif /* INTUITION_DIATTR_H */