;  Flags.Hdr

Flag_IgnoreSprites		*	1<<0	; 0: Ignore sprites flag
Flag_SpriteDithering		*	1<<1	; 1: Sprite dithering
Flag_ApplicationSprites		*	1<<2	; 2: Process app sprites flag
Flag_IgnoreImageFS		*	1<<3	; 3: Ignore ImageFS flag

Flag_IgnoreJPEGs		*	1<<8	; 8: Ignore JPEGs flag
Flag_JPEGDithering		*	3<<9	; 9,10: JPEG dithering
Flag_MiniIcons			*	1<<11	; 11: Show mini icons

Flag_IgnoreDrawFiles		*	1<<16	; 16: Ignore DrawFiles flag
Flag_IgnoreArtWorks		*	1<<17	; 17: Ignore ArtWorks flag

Flag_IgnorePlings		*	1<<24	; 24: Ignore plings flag

Flag_MediaSearch		*	1<<26	; 26: Media search going on

Flag_NeedUpdate			*	1<<28	; 28: Need update flag
Flag_RefreshAll			*	1<<29	; 29: Refresh displays flag
Flag_ShrinkHeaps		*	1<<30	; 30: Compress heaps
;Flag_AutoQuit			*	1<<31	; 31: Auto-quit control panel

; Icon Flags

IconFlag_ImageFS		*	1<<0	; 0: ImageFS
IconFlag_InProgress		*	1<<1	; 1: Thumbnail in progress

	END
