Replaced usage of BMF_DISPLAYABLE with a private flag
commitf47fc80d7e1be7e5b4ffcff2e4880436f4ad1575
authorstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 28 Feb 2007 19:49:12 +0000 (28 19:49 +0000)
committerstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 28 Feb 2007 19:49:12 +0000 (28 19:49 +0000)
tree103d2f86e3c515ff6a11a544ab8fa473e01c6529
parent64e5c794479e57c63e69c4856e759bcf37f11af0
Replaced usage of BMF_DISPLAYABLE with a private flag
(HIDD_BMF_SCREEN_BITMAP) so that apps using BMF_DISPLAYABLE
causes this flag to be more or less ignored. Because apps
using BMF_DISPLAYABLE does not necessarily mean that the
bitmap is really going to be display, In AOS/MOS/CGX it seems
to be used also to force bitmaps into VRAM if possible (by
defaut they end up in RAM), for example.

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@25305 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/graphics/allocbitmap.c
rom/graphics/allocscreenbitmap.c
rom/graphics/freebitmap.c
rom/graphics/gfxfuncsupport.h
rom/graphics/setfrontbitmap.c