mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-01 23:25:34 +03:00
#defines for icon.library v51
svn path=/trunk/netsurf/; revision=11252
This commit is contained in:
parent
90fb7362c5
commit
8aaa55a5ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user