#defines for icon.library v51

svn path=/trunk/netsurf/; revision=11252
This commit is contained in:
Chris Young 2011-01-07 23:45:17 +00:00
parent 90fb7362c5
commit 8aaa55a5ac

View File

@ -71,6 +71,14 @@ struct TimeVal {
#define CompositeTags(a, ...) ((void) (a))
#define COMP_FLOAT_TO_FIX(f) (f)
/* icon.library v51 (ie. AfA_OS version) */
#define ICONCTRLA_SetImageDataFormat (ICONA_Dummy + 0x67) /*103*/
#define ICONCTRLA_GetImageDataFormat (ICONA_Dummy + 0x68) /*104*/
#define IDFMT_BITMAPPED (0) /* Bitmapped icon (planar, legacy) */
#define IDFMT_PALETTEMAPPED (1) /* Palette mapped icon (chunky, V44+) */
#define IDFMT_DIRECTMAPPED (2) /* Direct mapped icon (truecolor 0xAARRGGBB, V51+) */
#endif
#endif